Skip to content

Commit

Permalink
Fix reST syntax in the docstrings
Browse files Browse the repository at this point in the history
replace `:` with `::` when the next line is a console command
  • Loading branch information
davidomarf committed Oct 23, 2019
1 parent 6429ed6 commit 0182ddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ginpar/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
ginpar init
To skip the prompts and initialize the project with the default values:
To skip the prompts and initialize the project with the default values::
ginpar init --quick
ginpar init --q
To force the initialization in case there is a directory with the same name
of the project to initialize:
of the project to initialize::
ginpar force --force
ginpar force -f
Expand Down
2 changes: 1 addition & 1 deletion ginpar/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ginpar serve -p=3000
To force the initialization in case there is a directory with the same name
of the project to initialize:
of the project to initialize::
ginpar force --force
ginpar force -f
Expand Down

0 comments on commit 0182ddf

Please sign in to comment.