diff options
author | Rocky Meza <rocky@fusionbox.com> | 2014-04-30 06:52:05 -0600 |
---|---|---|
committer | Rocky Meza <rocky@fusionbox.com> | 2014-04-30 17:51:29 -0600 |
commit | f0f49392ba80877ecc69a9eb4fb502909a2db500 (patch) | |
tree | e073848dd5d0b76e66971298e85e343344afeed5 /docs/prompts.rst | |
parent | fe262a934085840a3e150976d07abc1a25a14697 (diff) | |
download | click-f0f49392ba80877ecc69a9eb4fb502909a2db500.tar.gz |
Removed gender-specific pronoun from docs
Diffstat (limited to 'docs/prompts.rst')
-rw-r--r-- | docs/prompts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/prompts.rst b/docs/prompts.rst index 3c80915..cc517a3 100644 --- a/docs/prompts.rst +++ b/docs/prompts.rst @@ -35,7 +35,7 @@ following for instance will only accept floats:: Confirmation Prompts -------------------- -To ask a user if he wants to continue with an action the :func:`confirm` +To ask if a user wants to continue with an action the :func:`confirm` function comes in handy. By default it returns the result of the prompt as boolean value:: |