Skip to content

Commit cb73fc2

Browse files
authored
Apply suggestions from code review
1 parent 6492063 commit cb73fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/linear_data_structures/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def longest_increasing_subsequence(array):
989989
sequence stands for a strictly increasing sequence of numbers.
990990
991991
Parameters
992-
========
992+
==========
993993
994994
array: OneDimensionalArray
995995
The given array in the form of a OneDimensionalArray

0 commit comments

Comments
 (0)