Skip to content

Commit 5ea0686

Browse files
committed
Add an example in __init__.py docstring
1 parent 61f2933 commit 5ea0686

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

reader/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
"""Real Python feed reader
22
3-
asdf
3+
Import the `feed` module to work with the Real Python feed:
4+
5+
>>> from reader import feed
6+
>>> feed.get_titles()
7+
['Logging in Python', 'The Best Python Books', ...]
8+
9+
See https://github.com/realpython/reader/ for more information
410
"""
511
# Version of realpython-reader package
612
__version__ = "0.0.1"

0 commit comments

Comments
 (0)