Skip to content

Commit 5122635

Browse files
authored
Apply suggestions from code review
1 parent 0408bdc commit 5122635

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/site.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ msgstr ""
2525
#: ../Doc/library/site.rst:2
2626
msgid ":mod:`site` --- Site-specific configuration hook"
2727
msgstr ""
28-
":mod:`sitio` --- Site-specific //Enlace de configuración específico del sitio"
28+
":mod:`site` --- Sitio específico //Enlace de configuración específico del sitio"
2929

3030
#: ../Doc/library/site.rst:7
3131
msgid "**Source code:** :source:`Lib/site.py`"
@@ -254,7 +254,7 @@ msgstr ""
254254
"Agrega todos los directorios estándar específicos del sitio a la ruta de "
255255
"búsqueda del módulo. Esta función se llama automáticamente cuando se importa "
256256
"este módulo, a menos que el intérprete de Python se haya iniciado con la "
257-
"opción :opción:`-S`."
257+
"opción :option:`-S`."
258258

259259
#: ../Doc/library/site.rst:204
260260
msgid "This function used to be called unconditionally."
@@ -265,8 +265,8 @@ msgid ""
265265
"Add a directory to sys.path and process its :file:`.pth` files. Typically "
266266
"used in :mod:`sitecustomize` or :mod:`usercustomize` (see above)."
267267
msgstr ""
268-
"Agrega un directorio a sys.path y procese sus archivos: file: `.pth`. Usado "
269-
"típicamente en: mod: `sitecustomize` o: mod:` usercustomize` (ver arriba)."
268+
"Agrega un directorio a sys.path y procese sus archivos :file:`.pth`. Usado "
269+
"típicamente en :mod:`sitecustomize` o :mod:`usercustomize` (ver arriba)."
270270

271271
#: ../Doc/library/site.rst:216
272272
msgid "Return a list containing all global site-packages directories."
@@ -280,7 +280,7 @@ msgid ""
280280
"`PYTHONUSERBASE`."
281281
msgstr ""
282282
"Devuelve la ruta del directorio base del usuario :data:`USER_BASE`. Si aún "
283-
"no está inicializado, esta función también lo configurará, respetando: "
283+
"no está inicializado, esta función también lo configurará, respetando :"
284284
"envvar:`PYTHONUSERBASE`."
285285

286286
#: ../Doc/library/site.rst:232

0 commit comments

Comments
 (0)