Skip to content

Commit 5f47908

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6571286 commit 5f47908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/subsequence_algorithms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def longest_common_subsequence(first_sequence: str, second_sequence: str):
8484
----------
8585
first_sequence: str
8686
The first sequence (or string).
87-
87+
8888
second_sequence: str
8989
The second sequence (or string).
9090

0 commit comments

Comments
 (0)