Skip to content

Commit 9e8e698

Browse files
committed
Fix Python 2.5 version: context manager with
1 parent 4144455 commit 9e8e698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targeting_python_2_3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The first and most important method is to use ``__future__`` imports. It
1919
allows you to import Python 3 functionality in Python 2. Here is an
2020
example:
2121

22-
- Context managers were new in Python 2.6+. For using them in Python 2.5+
22+
- Context managers were new in Python 2.6+. For using them in Python 2.5
2323
you can use:
2424

2525
.. code:: python

0 commit comments

Comments
 (0)