Kaydet (Commit) ebc89a80 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Fixed a broken link in the Python 3 docs.

Thanks ptone for the report.
üst 690cabe2
...@@ -66,8 +66,8 @@ Use :func:`six.reraise`. ...@@ -66,8 +66,8 @@ Use :func:`six.reraise`.
Writing compatible code with six Writing compatible code with six
================================ ================================
six is the canonical compatibility library for supporting Python 2 and 3 in six_ is the canonical compatibility library for supporting Python 2 and 3 in
a single codebase. Read its `documentation <six>`_! a single codebase. Read its documentation!
:mod:`six` is bundled with Django: you can import it as :mod:`django.utils.six`. :mod:`six` is bundled with Django: you can import it as :mod:`django.utils.six`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment