Change all uses of 'count' to 'num_tweets'
authorAaron Hill <aa1ronham@gmail.com>
Sun, 13 Apr 2014 23:42:34 +0000 (19:42 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sun, 13 Apr 2014 23:44:21 +0000 (19:44 -0400)
commitd626a964b29f7a9e93599a3b25789f8b997b1aef
tree71fa0543c947fe5aa1b77e6ccbb919be4a54af7d
parentc871f18ff17c8591eac2d3413ec467d784dad63a
Change all uses of 'count' to 'num_tweets'

'Count' is also a parameter accepted by Twitter, which can cause some
confusion when looking at the code.
tweepy/cursor.py