We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e906e59 commit ccd5989Copy full SHA for ccd5989
other/palindrome_check.py
@@ -33,5 +33,6 @@ def is_palindrome(text: str) -> bool:
33
if __name__ == "__main__":
34
# Standard boilerplate for running documentation examples as tests.
35
import doctest
36
+
37
doctest.testmod()
- # Ensure there is ONE blank newline at the end of this file (to fix W292)
38
+ # Ensure there is ONE blank newline at the end of this file (to fix W292)
0 commit comments