#11897: Fix typo in porting howto. Patch by Marti Raudsepp.

This commit is contained in:
Ezio Melotti 2011-04-21 14:49:03 +03:00
parent f745d8be46
commit c17c1f64aa
1 changed files with 2 additions and 2 deletions

View File

@ -247,8 +247,8 @@ If you are supporting `Python 2.5`_ and newer there are still some features of
Python that you can utilize.
``from __future__ import absolute_imports``
'''''''''''''''''''''''''''''''''''''''''''
``from __future__ import absolute_import``
''''''''''''''''''''''''''''''''''''''''''
Implicit relative imports (e.g., importing ``spam.bacon`` from within
``spam.eggs`` with the statement ``import bacon``) does not work in Python 3.