We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 472358e + 9410a38 commit 63ffdedCopy full SHA for 63ffded
1 file changed
context_managers.rst
@@ -100,7 +100,7 @@ an error is encountered.
100
2. It allows the ``__exit__`` method to handle the exception.
101
3. If ``__exit__`` returns True then the exception was gracefully
102
handled.
103
-4. If anything else than True is returned by the ``__exit__`` method then
+4. If anything other than True is returned by the ``__exit__`` method then
104
an exception is raised by the ``with`` statement.
105
106
In our case the ``__exit__`` method returns ``None`` (when no return
0 commit comments