Skip to content

Commit b923d4b

Browse files
committed
Use correct header in last example in README
1 parent bcef820 commit b923d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ You can also call the Real Python Feed Reader in your own Python code, by import
6161

6262
>>> from reader import feed
6363
>>> feed.get_titles()
64-
['Splitting, Concatenating, and Joining Strings in Python', ...]
64+
['How to Publish an Open-Source Python Package to PyPI', ...]
6565

0 commit comments

Comments
 (0)