Commit b7a455f3 authored by Nick Coghlan's avatar Nick Coghlan

Typo fix

parent 27228270
......@@ -308,7 +308,7 @@ Simplifying support for single optional context managers
In the specific case of a single optional context manager, :class:`ExitStack`
instances can be used as a "do nothing" context manager, allowing a context
managers to easily be omitted without affecting the overall structure of
manager to easily be omitted without affecting the overall structure of
the source code::
def debug_trace(details):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment