Skip to content

Commit 1d52031

Browse files
authored
Merge pull request python#237 from FFY00/avoid-abreviations-in-transversable-docs
abc: avoid abbreviations in the Traversable documentation
2 parents 329ae9d + 020b3f8 commit 1d52031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_resources/abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def read_text(self, encoding=None):
7676
@abc.abstractmethod
7777
def is_dir(self) -> bool:
7878
"""
79-
Return True if self is a dir
79+
Return True if self is a directory
8080
"""
8181

8282
@abc.abstractmethod

0 commit comments

Comments
 (0)