mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
refactor: Indent ... for visual purposes (#7744)
This commit is contained in:

committed by
GitHub

parent
e8915097c4
commit
9bba42eca8
@ -32,7 +32,7 @@ def longest_common_substring(text1: str, text2: str) -> str:
|
||||
'Site:Geeks'
|
||||
>>> longest_common_substring(1, 1)
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
...
|
||||
ValueError: longest_common_substring() takes two strings for inputs
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user