diff options
Diffstat (limited to 'docs/arguments.rst')
-rw-r--r-- | docs/arguments.rst | 6 |
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 --------------------- |