summaryrefslogtreecommitdiff
path: root/docs/arguments.rst
diff options
context:
space:
mode:
authorJulen Ruiz Aizpuru <julenx@gmail.com>2014-05-24 18:06:21 +0200
committerJulen Ruiz Aizpuru <julenx@gmail.com>2014-05-25 23:05:23 +0200
commit61db52c7114a2b3af35f63ccf81340a42beff4db (patch)
treebc7f9c1a0c8998eece688a8b9a2e05e08934dce8 /docs/arguments.rst
parent0b27ddf43fb198f3a1fae8dfb19c9e00e8cd58b7 (diff)
downloadclick-61db52c7114a2b3af35f63ccf81340a42beff4db.tar.gz
Docs: minor fixes to atomic type support
Diffstat (limited to 'docs/arguments.rst')
-rw-r--r--docs/arguments.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/arguments.rst b/docs/arguments.rst
index 2e53450..bedbee1 100644
--- a/docs/arguments.rst
+++ b/docs/arguments.rst
@@ -133,11 +133,11 @@ necessary for manually prompting with the :func:`prompt` function as you
do not know if a stream like stdout was openend (which was already open
before) or a real file that needs closing.
-Starting with Click 2.0 it's also possible to open files in atomic mode by
+Starting with click 2.0 it's also possible to open files in atomic mode by
passing ``atomic=True``. In atomic mode all writes go into a separate
file in the same folder and upon completion the file will be moved over to
-the original location. This is useful if a file is modified that is
-regularly read by other users.
+the original location. This is useful if a file regularly read by other
+users is modified.
Environment Variables
---------------------