Skip to content

Commit 252b644

Browse files
Typo
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent 47f0513 commit 252b644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ def normalize_slice(index, size, cyclic=False):
20342034
"""Normalise a slice.
20352035
20362036
If *index* is not a slice, or *cyclic* is True and *index* is not
2037-
a cylcic slice, then an `IndexError` is raised.
2037+
a cyclic slice, then an `IndexError` is raised.
20382038
20392039
.. versionadded:: NEXTRELEASE
20402040

0 commit comments

Comments
 (0)