summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorObleskar <obleskar@gmail.com>2019-03-31 22:07:20 -0400
committerDavid Lord <davidism@gmail.com>2020-02-16 14:52:49 -0800
commit945b7b4d9843df0842a973cf624bdfcd5d05158b (patch)
tree36b78e00db2d3e8f848f6ac79c16e1f82d58c55e /docs
parent3bade8cc35f427d874296a21c637487be35950f0 (diff)
downloadclick-945b7b4d9843df0842a973cf624bdfcd5d05158b.tar.gz
Rewrite the description for File System Isolation
Rewrite the description for the File System Isolation section so it's grammatically correct.
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/testing.rst b/docs/testing.rst
index 4d9ed67..52a888d 100644
--- a/docs/testing.rst
+++ b/docs/testing.rst
@@ -82,9 +82,9 @@ For example, if you want to run your tests against a fixed terminal width you ca
File System Isolation
---------------------
-For basic command line tools that want to operate with the file system, the
-:meth:`CliRunner.isolated_filesystem` method comes in useful which sets up
-an empty folder and changes the current working directory to:
+For basic command line tools with file system operations, the
+:meth:`CliRunner.isolated_filesystem` method is useful for setting the
+current working directory to a new, empty folder.
.. code-block:: python
:caption: cat.py