Skip to content

Commit ebc89a8

Browse files
committed
Fixed a broken link in the Python 3 docs.
Thanks ptone for the report.
1 parent 690cabe commit ebc89a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/python3.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Use :func:`six.reraise`.
6666
Writing compatible code with six
6767
================================
6868

69-
six is the canonical compatibility library for supporting Python 2 and 3 in
70-
a single codebase. Read its `documentation <six>`_!
69+
six_ is the canonical compatibility library for supporting Python 2 and 3 in
70+
a single codebase. Read its documentation!
7171

7272
:mod:`six` is bundled with Django: you can import it as :mod:`django.utils.six`.
7373

0 commit comments

Comments
 (0)