Skip to content

Commit

Permalink
chore: Fix argparse script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Apr 26, 2021
1 parent 2bcc1d6 commit f8d48ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/argparse/argparse_after_doc.py
Expand Up @@ -56,8 +56,9 @@ def format_markdown():
'-- ','--').replace(
'```bash',"```bash\n").replace(
'```python',"```python\n").replace(
'\n ',"\n").replace(
'\n\n',"\n")
'```sql',"```sql\n").replace(
'\n ',"\n").replace(
'\n\n',"\n")
all_lines="".join((all_lines[:sStart],sGroup,all_lines[sEnd:]))
# Print match
# print('Match "{}" found at: [{},{}]'.format(sGroup, sStart,sEnd))
Expand Down

0 comments on commit f8d48ff

Please sign in to comment.