From d20e0a117f418eeb2432d815084bd3ffc03de7b0 Mon Sep 17 00:00:00 2001 From: Timothy Mellor Date: Thu, 24 Feb 2011 21:38:02 -0500 Subject: [PATCH] typo --- EXAMPLES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXAMPLES.md b/EXAMPLES.md index 9011c5404..2637c1a8c 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -2,7 +2,7 @@ More Examples -------------- 1. Get application ideas from /r/SomebodyMakeThis: - r = reddit.Reddit + r = reddit.Reddit() sr = reddit.get_subreddit("somebodymakethis") # Adjust limit as desired ideas = sr.get_hot(limit=300)