aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/pyzfs/docs
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2019-08-30 18:44:43 +0200
committerBrian Behlendorf <[email protected]>2019-08-30 09:44:43 -0700
commitcd6b910b64a999f7943020786892e6a688f980d7 (patch)
treef3227368a14315c3935ca3597effdee97780d0b1 /contrib/pyzfs/docs
parentad0b23b14ab37a54764122fe8341e62f10245e15 (diff)
Fix typos in contrib/
Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Richard Laager <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Andrea Gelmini <[email protected]> Closes #9235
Diffstat (limited to 'contrib/pyzfs/docs')
-rw-r--r--contrib/pyzfs/docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pyzfs/docs/source/conf.py b/contrib/pyzfs/docs/source/conf.py
index 4ffd7c93e..4bbb938b6 100644
--- a/contrib/pyzfs/docs/source/conf.py
+++ b/contrib/pyzfs/docs/source/conf.py
@@ -291,7 +291,7 @@ autodoc_member_order = 'bysource'
#######################
# Neutralize effects of function wrapping on documented signatures.
-# The affected signatures could be explcitly placed into the
+# The affected signatures could be explicitly placed into the
# documentation (either in .rst files or as a first line of a
# docstring).
import functools