Skip to content

Commit

Permalink
Fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Apr 9, 2018
1 parent 35930c6 commit 5ff6d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importlib_resources/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ def is_resource(self, path):
@abstractmethod
def contents(self):
# type: () -> Iterable[str]
"""Return an iterator over the string contents of the package."""
"""Return an iterable over the string contents of the package."""
raise FileNotFoundError

0 comments on commit 5ff6d39

Please sign in to comment.