Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c17c1f6

Browse files
committed
#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
1 parent f745d8b commit c17c1f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/howto/pyporting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ If you are supporting `Python 2.5`_ and newer there are still some features of
247247
Python that you can utilize.
248248

249249

250-
``from __future__ import absolute_imports``
251-
'''''''''''''''''''''''''''''''''''''''''''
250+
``from __future__ import absolute_import``
251+
''''''''''''''''''''''''''''''''''''''''''
252252

253253
Implicit relative imports (e.g., importing ``spam.bacon`` from within
254254
``spam.eggs`` with the statement ``import bacon``) does not work in Python 3.

0 commit comments

Comments
 (0)