Skip to content
Merged
Show file tree
Hide file tree
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
Fix missing soaces
  • Loading branch information
rtobar committed Oct 14, 2023
commit 2fbc4a98326f9081091c6a8c0d81d4fe5f88e73c
2 changes: 1 addition & 1 deletion library/datetime.po
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ msgid ""
"*self* is naive, it is presumed to represent time in the system timezone."
msgstr ""
"Si se proporciona, *tz* debe ser una instancia de una subclase :class:"
"`tzinfo`, y sus métodos :meth:`utcoffset` y :meth:`dst`no deben retornar "
"`tzinfo`, y sus métodos :meth:`utcoffset` y :meth:`dst` no deben retornar "
"``None``.Si *self* es naíf, se supone que representa la hora en la zona "
"horaria del sistema."

Expand Down
2 changes: 1 addition & 1 deletion library/functions.po
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@ msgstr ""
"argumento sea negativo; en tal caso, todos los argumentos son convertidos a "
"punto flotante y un resultado de punto flotante es retornado. Por ejemplo, "
"``pow(10, 2)`` retorna ``100``, pero ``pow(10, -2)`` retorna ``0.01``. Para "
"una base negativa de tipo :class:`int` o :class:`float`y un exponente no "
"una base negativa de tipo :class:`int` o :class:`float` y un exponente no "
"integral, se obtiene un resultado complejo. Por ejemplo, ``pow(-9, 0.5)`` "
"retorna un valor cercano a ``3j``."

Expand Down
2 changes: 1 addition & 1 deletion library/os.path.po
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ msgid ""
msgstr ""
"Retorna una versión normalizada y absoluta del nombre de ruta *path*. En la "
"mayoría de las plataformas esto es el equivalente a invocar la función :func:"
"`normpath`de la siguiente manera: ``normpath(join(os.getcwd(), path))``."
"`normpath` de la siguiente manera: ``normpath(join(os.getcwd(), path))``."

#: ../Doc/library/os.path.rst:63 ../Doc/library/os.path.rst:76
#: ../Doc/library/os.path.rst:116 ../Doc/library/os.path.rst:125
Expand Down