summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTal Einat <taleinat@gmail.com>2015-12-03 17:34:04 +0200
committerTal Einat <taleinat@gmail.com>2015-12-03 17:34:04 +0200
commit6a81dd5512441159036cf54fb7b805d8d6760fca (patch)
tree563941a923840abc6addd093a42edc36e8ca1e52 /docs
parent607f015ad5b4cdbab87d25a6d99028b078dc88dd (diff)
downloadclick-6a81dd5512441159036cf54fb7b805d8d6760fca.tar.gz
fix minor doc typo: "pf" -> "of"
Diffstat (limited to 'docs')
-rw-r--r--docs/utils.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/utils.rst b/docs/utils.rst
index f1798b9..2ecbe88 100644
--- a/docs/utils.rst
+++ b/docs/utils.rst
@@ -266,7 +266,7 @@ streams respond to Unicode and binary data.
Because of this, click provides the :func:`get_binary_stream` and
:func:`get_text_stream` functions, which produce consistent results with
-different Python versions and for a wide variety pf terminal configurations.
+different Python versions and for a wide variety of terminal configurations.
The end result is that these functions will always return a functional
stream object (except in very odd cases in Python 3; see