summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-09-24 19:06:31 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-09-24 19:07:07 -0400
commita8463a06a2ea50d2bbdc50ba4bf0dcd16b6ad51d (patch)
treef2c6ea2e955699c138f7c82e0eceec0dfdb7a442
parent51c86fdba2733ba87e9c7116820c072bcb76e7b1 (diff)
downloadcpython-git-bpo-41855-backport-fix.tar.gz
Add anchor for finders and loadersbpo-41855-backport-fix
-rw-r--r--Doc/reference/import.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst
index 1c98aab7d8..ca232007dd 100644
--- a/Doc/reference/import.rst
+++ b/Doc/reference/import.rst
@@ -202,6 +202,8 @@ named module, the two module objects will *not* be the same. By contrast,
reinitialise the module contents by rerunning the module's code.
+.. _finders-and-loaders:
+
Finders and loaders
-------------------