Skip to content

Commit e9951f9

Browse files
committed
fix: Resolve final W293 whitespace error
2 parents ec3a7e8 + 6ec0d24 commit e9951f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

other/palindrome_check.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ def is_palindrome(text: str) -> bool:
3333
if __name__ == "__main__":
3434
# Standard boilerplate for running documentation examples as tests.
3535
import doctest
36-
doctest.testmod()
36+
doctest.testmod()
37+

0 commit comments

Comments
 (0)