mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
colon loc fix
This commit is contained in:
parent
46fb7baa73
commit
e28a50b2f0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def merge_news():
|
|||
val = cats[c]
|
||||
if len(val) == 0:
|
||||
continue
|
||||
s += '**' + c + '**:\n\n' + val + '\n\n'
|
||||
s += '**' + c + ':**\n\n' + val + '\n\n'
|
||||
return s
|
||||
|
||||
def version_update(ver):
|
||||
|
|
Loading…
Add table
Reference in a new issue