Skip to content

Bump sphinx-lint to 0.7.0 #2664

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 3 commits into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ pre-commit
sphinx-autorun
sphinxemoji
sphinx-tabs
sphinx-lint==0.6.7
sphinx-lint==0.7.0
tabulate