Skip to content

Commit ee7eeeb

Browse files
author
Aaron Gonzales
committed
spelling error in docstring
1 parent e138bdb commit ee7eeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

searchtweets/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
def take(n, iterable):
3131
"""Return first n items of the iterable as a list.
32-
Originaly found in the Python itertools documentation.
32+
Originally found in the Python itertools documentation.
3333
3434
Args:
3535
n (int): number of items to return

0 commit comments

Comments
 (0)