summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-09-04 23:31:03 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-09-04 23:31:03 -0400
commitca87ff6ee43a271862a9216d056cfd037d5a0b36 (patch)
tree98fc2abc3dc518547bff6f4d5733052c6a394511 /doc
parent84066823ffaae6b375b3b582222a77598ca27be0 (diff)
downloadpyopenssl-ca87ff6ee43a271862a9216d056cfd037d5a0b36.tar.gz
a random set of flake8 and typo fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 5d34ae7..7d0fe9c 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -23,7 +23,7 @@ HERE = os.path.abspath(os.path.dirname(__file__))
def read_file(*parts):
"""
- Build an absolute path from *parts* and and return the contents of the
+ Build an absolute path from *parts* and return the contents of the
resulting file. Assume UTF-8 encoding.
"""
with codecs.open(os.path.join(HERE, *parts), "rb", "ascii") as f: