Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Traducido archivo reference/import.po #384

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 25 commits into from
Jul 25, 2020
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
Update import.po
Changed some more ``'s to `'s
  • Loading branch information
Jighdan authored Jul 13, 2020
commit 12b847e43a8ec108b3fc37dd1cf8fccffdc6b5c4
10 changes: 5 additions & 5 deletions reference/import.po
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ msgid ""
msgstr ""
"Para admitir las importaciones de módulos y paquetes inicializados y también "
"para contribuir con partes a paquetes de espacio de nombres, los buscadores "
"de entradas de ruta de acceso deben implementar el método :meth:``importlib."
"de entradas de ruta de acceso deben implementar el método :meth:`importlib."
"abc.PathEntryFinder.find_spec`."

#: ../Doc/reference/import.rst:852
Expand All @@ -1692,7 +1692,7 @@ msgid ""
"module. ``find_spec()`` returns a fully populated spec for the module. This "
"spec will always have \"loader\" set (with one exception)."
msgstr ""
":meth:``importlib.abc.PathEntryFinder.find_spec`` toma dos argumentos: el "
":meth:`importlib.abc.PathEntryFinder.find_spec`` toma dos argumentos: el "
"nombre completo del módulo que se va a importar y el módulo de destino "
"(opcional). ``find_spec()`` devuelve una especificación completamente "
"poblada para el módulo. Esta especificación siempre tendrá \"cargador\" "
Expand All @@ -1716,8 +1716,8 @@ msgid ""
"find_module`, both of which are now deprecated, but will be used if "
"``find_spec()`` is not defined."
msgstr ""
":meth:``importlib.abc.PathEntryFinder.find_spec`` reemplazó a:"
"meth:``importlib.abc.PathEntryFinder.find_loader` y :meth:``importlib.abc."
":meth:`importlib.abc.PathEntryFinder.find_spec`` reemplazó a:"
"meth:``importlib.abc.PathEntryFinder.find_loader` y :meth:`importlib.abc."
"PathEntryFinder.find_module`, los cuales ahora están en desuso, pero se "
"utilizarán si ``find_spec()`` no está definido."

Expand Down Expand Up @@ -1748,7 +1748,7 @@ msgid ""
"the loader, the second item of the 2-tuple return value must be a sequence, "
"although it can be empty."
msgstr ""
":meth:``importlib.abc.PathEntryFinder.find_loader` toma un argumento, el "
":meth:`importlib.abc.PathEntryFinder.find_loader` toma un argumento, el "
"nombre completo del módulo que se va a importar. ``find_loader()`` devuelve "
"una tupla de 2 donde el primer elemento es el cargador y el segundo elemento "
"es un espacio de nombres :term:`portion`. Cuando el primer elemento (es "
Expand Down