8000 Actualizar la documentación para indicar que el clon debe ser recursivo by kbiggers · Pull Request #3353 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Actualizar la documentación para indicar que el clon debe ser recursivo #3353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 27, 2025
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
0