Skip to content

Commit f39989a

Browse files
Fix style issues in README.md
1 parent b32f987 commit f39989a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ A simple unofficial read-only Reddit Python API allowing access to both subreddi
2020
* [Create the API](#create-the-api)
2121
* [Get a list of articles in a subreddit](#get-a-list-of-articles-in-a-subreddit)
2222
* [Get a list of user articles](#get-a-list-of-user-articles)
23-
* [Sort types](#sort-types)
2423
* [Returned articles type](#returned-articles-type)
2524
* [Disclaimer](#disclaimer)
2625

@@ -131,7 +130,7 @@ For other values if they are not specified, then they are not passed onto Reddit
131130
```python
132131
reddit = Reddit("your client ID", "your app secret")
133132
# reddit.user_articles("username", load_count, sort_type)
134-
articles = reddit.user_articles("spez", ArticlesSortType.CONTROVERSIAL, ArticlesSortTime.ALL 20)
133+
articles = reddit.user_articles("spez", ArticlesSortType.CONTROVERSIAL, ArticlesSortTime.ALL, 20)
135134
```
136135
First argument is a username.
137136
**This is the only required argument.**

0 commit comments

Comments
 (0)