Update developing_python_3.rst (#66249)

##### SUMMARY

fix link § redirection

##### ISSUE TYPE
- Docs Pull Request

+label: docsite_pr
This commit is contained in:
Xavier PV 2020-01-13 21:40:37 +01:00 committed by Sandra McCann
parent 3a2257c45c
commit 9dd548ebb7

View file

@ -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
----------------------------------------------