mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Use an internal reference instead of hard-coded URI.
This commit is contained in:
parent
bd866e972c
commit
5405a0b3d3
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ Porting Python 2 Code to Python 3
|
||||||
that strategy.
|
that strategy.
|
||||||
|
|
||||||
If you are looking to port an extension module instead of pure Python code,
|
If you are looking to port an extension module instead of pure Python code,
|
||||||
please see http://docs.python.org/py3k/howto/cporting.html .
|
please see :ref:`cporting-howto`.
|
||||||
|
|
||||||
|
|
||||||
Choosing a Strategy
|
Choosing a Strategy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue