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 94e5e42 commit 88d5c11Copy full SHA for 88d5c11
fprettify/__init__.py
@@ -84,7 +84,7 @@
84
# constants, mostly regular expressions:
85
FORMATTER_ERROR_MESSAGE = (" Wrong usage of formatting-specific directives"
86
" '&', '!&', '!&<' or '!&>'.")
87
-LINESPLIT_MESSAGE = ("auto indentation faile due to 132 chars limit, "
+LINESPLIT_MESSAGE = ("auto indentation failed due to 132 chars limit, "
88
"line should be splitted")
89
90
EOL_STR = r"\s*;?\s*$" # end of fortran line
0 commit comments