Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update reference/lexical_analysis.po
Co-authored-by: rtobar <rtobarc@gmail.com>
  • Loading branch information
kbiggers and rtobar committed Jan 27, 2025
commit 13977c49cacdcfaeea206b7b5bc32aad46216693
2 changes: 1 addition & 1 deletion reference/lexical_analysis.po
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ msgid ""
msgstr ""
"if 1900 < year < 2100 and 1 <= month <= 12 \\\n"
" and 1 <= day <= 31 and 0 <= hour < 24 \\\n"
" and 0 <= minute < 60 and 0 <= second < 60: # Looks like a valid date\n"
" and 0 <= minute < 60 and 0 <= second < 60: # Parece ser una fecha válida \n"
" return 1"

#: ../Doc/reference/lexical_analysis.rst:127
Expand Down