We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dceab6e + 7013647 commit bece495Copy full SHA for bece495
docs/writing/structure.rst
@@ -675,7 +675,7 @@ by the ``with`` statement. CustomOpen is first instantiated and then its
675
is finished executing, the ``__exit__`` method is then called.
676
677
And now the generator approach using Python's own
678
-`contextlib <https://docs.python.org/2/library/contextlib.html>`_:
+`contextlib <https://docs.python.org/3/library/contextlib.html>`_:
679
680
.. code-block:: python
681
@@ -890,5 +890,5 @@ Runners
890
Further Reading
891
***************
892
893
-- http://docs.python.org/2/library/
+- http://docs.python.org/3/library/
894
- http://www.diveintopython.net/toc/index.html
0 commit comments