File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ are also provided to help in implementing the core ABCs.
238238
239239 A concrete implementation of
240240 :meth: `importlib.abc.InspectLoader.get_source `. Uses
241- :meth: `importlib.abc.InspectLoader .get_data ` and :meth: `source_path ` to
241+ :meth: `importlib.abc.ResourceLoader .get_data ` and :meth: `source_path ` to
242242 get the source code. It tries to guess the source encoding using
243243 :func: `tokenize.detect_encoding `.
244244
@@ -253,7 +253,7 @@ are also provided to help in implementing the core ABCs.
253253
254254 An abstract method which returns the modification time for the source
255255 code of the specified module. The modification time should be an
256- integer. If there is no source code, return :keyword: `None. If the
256+ integer. If there is no source code, return :keyword: `None ` . If the
257257 module cannot be found then :exc: `ImportError ` is raised.
258258
259259 .. method :: bytecode_path(fullname)
You can’t perform that action at this time.
0 commit comments