Skip to content

Commit

Permalink
Update developing_python_3.rst (ansible#66249)
Browse files Browse the repository at this point in the history
##### SUMMARY

fix link § redirection

##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
  • Loading branch information
xpvpc authored and NehaKembalkarA10 committed Jan 24, 2020
1 parent 4f98efb commit f415bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/dev_guide/developing_python_3.rst
Expand Up @@ -57,7 +57,7 @@ The best place to start learning about writing code that supports both Python 2
is `Lennart Regebro's book: Porting to Python 3 <http://python3porting.com/>`_.
The book describes several strategies for porting to Python 3. The one we're
using is `to support Python 2 and Python 3 from a single code base
<http://python3porting.com/strategies.html#python 2-and-python 3-without-conversion>`_
<http://python3porting.com/strategies.html#python-2-and-python-3-without-conversion>`_

Understanding strings in Python 2 and Python 3
----------------------------------------------
Expand Down

0 comments on commit f415bc0

Please sign in to comment.