Skip to content

Commit

Permalink
Fix typo (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykrx committed Jul 10, 2023
1 parent 77c6316 commit 02f7b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ multiple Python versions on the same system, the version being used to run the s

If you choose not to use global completion, or ship a completion module that depends on argcomplete, you must register
your script explicitly using ``eval "$(register-python-argcomplete my-python-app)"``. Standard completion module
registration roules apply: namely, the script name is passed directly to ``complete``, meaning it is only tab completed
registration rules apply: namely, the script name is passed directly to ``complete``, meaning it is only tab completed
when invoked exactly as it was registered. In the above example, ``my-python-app`` must be on the path, and the user
must be attempting to complete it by that name. The above line alone would **not** allow you to complete
``./my-python-app``, or ``/path/to/my-python-app``.
Expand Down

0 comments on commit 02f7b19

Please sign in to comment.