8000 Traduccion datamodel by JuliKM · Pull Request #1702 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traduccion datamodel #1702

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 15 commits into from
Dec 10, 2021
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
Prev Previous commit
Next Next commit
corrijo :
  • Loading branch information
JuliKM committed Dec 10, 2021
commit e7b4270d1e77d0dc2e62f23c802968894983392b
4 changes: 2 additions & 2 deletions reference/datamodel.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-11-07 09:19-0300\n"
"PO-Revision-Date: 2021-12-09 23:27-0300\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
Expand Down Expand Up @@ -1396,7 +1396,7 @@ msgid ""
"library, it's the pathname of the shared library file."
msgstr ""
"El nombre de ruta del archivo desde el que se cargó el módulo, si se cargó "
"desde un archivo. El atributo: attr: `__file__` puede faltar para ciertos "
"desde un archivo. El atributo :attr: `__file__` puede faltar para ciertos "
"tipos de módulos, como los módulos C que están vinculados estáticamente al "
"intérprete. Para los módulos de extensión cargados dinámicamente desde una "
"biblioteca compartida, es el nombre de ruta del archivo de la biblioteca "
Expand Down
0