Skip to content

Commit af561c4

Browse files
committed
Fix simple typo: sequencies -> sequences
Closes #477
1 parent 2894552 commit af561c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolz/itertoolz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def partition_all(n, seq):
754754
def count(seq):
755755
""" Count the number of items in seq
756756
757-
Like the builtin ``len`` but works on lazy sequencies.
757+
Like the builtin ``len`` but works on lazy sequences.
758758
759759
Not to be confused with ``itertools.count``
760760

0 commit comments

Comments
 (0)