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 13977c4 commit 68394f1Copy full SHA for 68394f1
reference/lexical_analysis.po
@@ -213,7 +213,7 @@ msgid ""
213
msgstr ""
214
"if 1900 < year < 2100 and 1 <= month <= 12 \\\n"
215
" and 1 <= day <= 31 and 0 <= hour < 24 \\\n"
216
-" and 0 <= minute < 60 and 0 <= second < 60: # Parece ser una fecha válida \n"
+" and 0 <= minute < 60 and 0 <= second < 60: # Looks like a valid date\n"
217
" return 1"
218
219
#: ../Doc/reference/lexical_analysis.rst:127
0 commit comments