Skip to content

Commit 88f067c

Browse files
committed
Correct the example paths in the documentation and update with the correct subdirectory names
1 parent d6ce19d commit 88f067c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/importlib.resources.abc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
forward slashes (``/``, ``posixpath.sep`` ).
127127
For example, the following are equivalent::
128128

129-
files.joinpath('subdir', 'subsuddir', 'file.txt')
130-
files.joinpath('subdir/subsuddir/file.txt')
129+
files.joinpath('subdir', 'subsubdir', 'file.txt')
130+
files.joinpath('subdir/subsubdir/file.txt')
131131

132132
Note that some :class:`!Traversable` implementations
133133
might not be updated to the latest version of the protocol.

0 commit comments

Comments
 (0)