Skip to content

Commit 9ba2b13

Browse files
committed
Fix docstring, it's not about files
1 parent 77cd956 commit 9ba2b13

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/imcflibs/strtools.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,12 @@ def sort_alphanumerically(data):
118118
119119
Parameters
120120
----------
121-
data : list
122-
List containing all the files to sort.
121+
data : list(str)
122+
List of strings to be sorted.
123123
124124
Returns
125125
-------
126126
list
127-
List with filenames sorted.
128127
129128
Examples
130129
--------

0 commit comments

Comments
 (0)