Skip to content

Commit e1134b1

Browse files
authored
Added returns in is_ordered docs (#359)
1 parent 5488001 commit e1134b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pydatastructs/linear_data_structures/algorithms.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,12 @@ def is_ordered(array, **kwargs):
815815
equal to is used for comparing two
816816
values.
817817
818+
Returns
819+
=======
820+
821+
True if the specified ordering is present
822+
from start to end (inclusive) otherwise False.
823+
818824
Examples
819825
========
820826

0 commit comments

Comments
 (0)