Skip to content

Commit a58117c

Browse files
authored
Merge pull request #261 from mhils/patch-1
fix typo
2 parents ad654c5 + 2093a6b commit a58117c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ to Python 2's ``str`` object) and several standard library modules.
220220
``python-future`` supports only Python 2.6+ and Python 3.3+, whereas ``six``
221221
supports all versions of Python from 2.4 onwards. (See
222222
:ref:`supported-versions`.) If you must support older Python versions,
223-
``six`` will be esssential for you. However, beware that maintaining
223+
``six`` will be essential for you. However, beware that maintaining
224224
single-source compatibility with older Python versions is ugly and `not
225225
fun <http://lucumr.pocoo.org/2013/5/21/porting-to-python-3-redux/>`_.
226226

0 commit comments

Comments
 (0)