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

Skip to content

Commit 5aa761d

Browse files
committed
pyporting howto: fix link target
1 parent 884217c commit 5aa761d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/howto/pyporting.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,10 @@ Supporting Only Python 3 Going Forward From Python 2 Code
565565
---------------------------------------------------------
566566

567567
If you have Python 2 code but going forward only want to improve it as Python 3
568-
code, then you can use 2to3_ to translate your Python 2 code to Python 3 code.
569-
This is only recommended, though, if your current version of your project is
570-
going into maintenance mode and you want all new features to be exclusive to
571-
Python 3.
568+
code, then you can use :ref:`2to3 <2to3-reference>` to translate your Python 2
569+
code to Python 3 code. This is only recommended, though, if your current
570+
version of your project is going into maintenance mode and you want all new
571+
features to be exclusive to Python 3.
572572

573573

574574
Backporting Python 3 code to Python 2

0 commit comments

Comments
 (0)