Skip to content

Commit ae9a6a4

Browse files
committed
sort docstring typo
1 parent 7a9828b commit ae9a6a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gnss_lib_py/parsers/navdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def sort(self, order=None, ind=None, ascending=True,
436436
If true, sorts "ascending", otherwise sorts "descending"
437437
inplace : bool
438438
If False, will return new NavData instance with rows
439-
renamed. If True, will rename data rows in the
439+
sorted. If True, will sorted data rows in the
440440
current NavData instance.
441441
442442
Returns

0 commit comments

Comments
 (0)