diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-02-13 22:34:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 22:34:22 -0500 |
commit | 013b9e0a2c75e17f8aa0e0f7cbe50d84d2f657d8 (patch) | |
tree | e3cc4c27ed21a2e1d01caae0bda4ea51c44e59f6 /docs/features/initialization.rst | |
parent | ad0e2ae0d0d426fe08353fd82d1f9ff051be9108 (diff) | |
parent | 7fe5cf7c1ab7d7a68991d1aeebaa338f7c5d2fd0 (diff) | |
download | cmd2-git-013b9e0a2c75e17f8aa0e0f7cbe50d84d2f657d8.tar.gz |
Merge pull request #887 from python-cmd2/completion_docs
Completion docs
Diffstat (limited to 'docs/features/initialization.rst')
-rw-r--r-- | docs/features/initialization.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/initialization.rst b/docs/features/initialization.rst index 6824c7bf..b1ca4f05 100644 --- a/docs/features/initialization.rst +++ b/docs/features/initialization.rst @@ -133,7 +133,7 @@ override: command via ``self`` (Default: ``False``) - **macros**: dictionary of macro names and their values - **max_completion_items**: max number of CompletionItems to display during - tab-completion (Default: 50) + tab completion (Default: 50) - **pager**: sets the pager command used by the ``Cmd.ppaged()`` method for displaying wrapped output using a pager - **pager_chop**: sets the pager command used by the ``Cmd.ppaged()`` method |