Add missing word in comment

This commit is contained in:
Neal Norwitz 2006-09-02 18:51:34 +00:00
parent 68b6d3b85a
commit 681d86743c
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ def localcontext(ctx=None):
return +s # Convert result to normal context
"""
# The below can't be included in the docstring until Python 2.6
# The string below can't be included in the docstring until Python 2.6
# as the doctest module doesn't understand __future__ statements
"""
>>> from __future__ import with_statement