diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-26 14:37:37 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-26 14:37:37 -0400 |
commit | c71fc7188e8c2b652a7cf086bb0978c0a6314144 (patch) | |
tree | 89f5868069187e202e48e29a11f2797f6686e7fa /docs | |
parent | 2e831b5da256e3fba269964444919ff74d718d88 (diff) | |
download | cmd2-git-c71fc7188e8c2b652a7cf086bb0978c0a6314144.tar.gz |
Removed a few unecessary newlines
Diffstat (limited to 'docs')
-rw-r--r-- | docs/argument_processing.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/argument_processing.rst b/docs/argument_processing.rst index 7e8d8f3e..12fd7a60 100644 --- a/docs/argument_processing.rst +++ b/docs/argument_processing.rst @@ -416,6 +416,3 @@ See the subcommands_ and tab_autocompletion_ example to learn more about how to .. _subcommands: https://github.com/python-cmd2/cmd2/blob/master/examples/subcommands.py .. _tab_autocompletion: https://github.com/python-cmd2/cmd2/blob/master/examples/tab_autocompletion.py - - - |