From 052d91a1fcabaeaffc914ce7a1d80b876adb6101 Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Sun, 6 May 2018 01:43:39 +0900 Subject: [PATCH] bpo-33427: Update "The Python Standard Library" page link --- Doc/library/index.rst | 2 +- .../next/Documentation/2018-05-06-01-43-26.bpo-33427.mVz1bu.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/Documentation/2018-05-06-01-43-26.bpo-33427.mVz1bu.rst diff --git a/Doc/library/index.rst b/Doc/library/index.rst index da6a460e2c3137..b8fbf44ae49f13 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -30,7 +30,7 @@ optional components. In addition to the standard library, there is a growing collection of several thousand components (from individual programs and modules to packages and entire application development frameworks), available from -the `Python Package Index `_. +the `Python Package Index `_. .. toctree:: diff --git a/Misc/NEWS.d/next/Documentation/2018-05-06-01-43-26.bpo-33427.mVz1bu.rst b/Misc/NEWS.d/next/Documentation/2018-05-06-01-43-26.bpo-33427.mVz1bu.rst new file mode 100644 index 00000000000000..8a6af3b6ef853f --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-05-06-01-43-26.bpo-33427.mVz1bu.rst @@ -0,0 +1 @@ +Update "The Python Standard Library" link