diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-05 08:23:34 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-05 08:23:57 -0400 |
| commit | 9ed92906b3b9096464e293d2e636ac25f3c279e6 (patch) | |
| tree | edf951b456bde6ffbec4c5729a6ce3ad345d86f9 /docs/topics/python3.txt | |
| parent | 0014d5b3055ea7a01c1268bd0bcac50ff31c50f8 (diff) | |
[1.7.x] Fixed broken links in docs.
Backport of 0efd72dc90 from master
Diffstat (limited to 'docs/topics/python3.txt')
| -rw-r--r-- | docs/topics/python3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt index c10f2b42ab..9daba275c6 100644 --- a/docs/topics/python3.txt +++ b/docs/topics/python3.txt @@ -245,7 +245,7 @@ consequence, the following pattern is sometimes necessary:: Be cautious if you have to `index bytestrings`_. -.. _index bytestrings: http://docs.python.org/3/howto/pyporting.html#bytes-literals +.. _index bytestrings: https://docs.python.org/3/howto/pyporting.html#indexing-bytes-objects Exceptions ~~~~~~~~~~ |
