summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/documentation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/documentation.py b/src/tests/documentation.py
index ffc1bf5..2eb6aaa 100644
--- a/src/tests/documentation.py
+++ b/src/tests/documentation.py
@@ -476,7 +476,7 @@ a ``__call__`` method, so that they can be used as decorators, like so:
The ``ba`` decorator basically inserts a ``with ba:`` block
inside the function.
-However, there two issues:
+However, there are two issues:
1. ``GeneratorContextManager`` objects are only callable in Python 3.2,
so the previous example breaks in older versions of Python.