summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-06-16 19:17:12 -0400
committerBrett Cannon <brett@python.org>2013-06-16 19:17:12 -0400
commita81d527ca99c4c763b2170d882c62f2e536bfc7c (patch)
tree865c2b03d6f2b88b4ec671618fa29f34a4d9fa19
parent390f6c1bf7b539161b9f44f2b657a2aa422fdc95 (diff)
downloadcpython-git-a81d527ca99c4c763b2170d882c62f2e536bfc7c.tar.gz
documentation suggesting something which doesn't exist
-rw-r--r--Doc/library/importlib.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/importlib.rst b/Doc/library/importlib.rst
index 0c8b8e8ec0..8272efeea5 100644
--- a/Doc/library/importlib.rst
+++ b/Doc/library/importlib.rst
@@ -524,8 +524,7 @@ ABC hierarchy::
* :meth:`ResourceLoader.get_data`
* :meth:`ExecutionLoader.get_filename`
Should only return the path to the source file; sourceless
- loading is not supported (see :class:`SourcelessLoader` if that
- functionality is required)
+ loading is not supported.
The abstract methods defined by this class are to add optional bytecode
file support. Not implementing these optional methods (or causing them to