Skip to content

Commit 4cb8fb3

Browse files
authored
Merge pull request #478 from timgates42/bugfix/typo_sequences
Fix simple typo: sequencies -> sequences
2 parents 2894552 + af561c4 commit 4cb8fb3

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)