diff options
| author | kotfu <kotfu@kotfu.net> | 2020-02-14 20:51:21 -0700 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2020-02-14 20:51:21 -0700 |
| commit | c8ba8b94950edcad47f791cceec949f174ea7c71 (patch) | |
| tree | dbae3fa7482c24d6cca9a52d597f498c61d18be0 /docs/features/embedded_python_shells.rst | |
| parent | 9c6f1304816707e38c74926c93f62e48836b95c9 (diff) | |
| parent | 013b9e0a2c75e17f8aa0e0f7cbe50d84d2f657d8 (diff) | |
| download | cmd2-git-c8ba8b94950edcad47f791cceec949f174ea7c71.tar.gz | |
Merge branch 'master' into api_docs
# Conflicts:
# cmd2/ansi.py
# docs/features/completion.rst
Diffstat (limited to 'docs/features/embedded_python_shells.rst')
| -rw-r--r-- | docs/features/embedded_python_shells.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/embedded_python_shells.rst b/docs/features/embedded_python_shells.rst index 68377876..70765b21 100644 --- a/docs/features/embedded_python_shells.rst +++ b/docs/features/embedded_python_shells.rst @@ -67,7 +67,7 @@ code directory for an example of how to achieve this in your own applications. Using ``py`` to run scripts directly is considered deprecated. The newer ``run_pyscript`` command is superior for doing this in two primary ways: -- it supports tab-completion of file system paths +- it supports tab completion of file system paths - it has the ability to pass command-line arguments to the scripts invoked There are no disadvantages to using ``run_pyscript`` as opposed to ``py |
