Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit07a97c4

Browse files
authored
Bump sphinx-lint to 0.7.0 (#2664)
It's 3x faster:https://github.com/sphinx-contrib/sphinx-lint/releases/tag/v0.7.0.Actually more like 5x in our CI.Also found new issues
1 parent0948190 commit07a97c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎library/datetime.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ msgid ""
19841984
"*self* is naive, it is presumed to represent time in the system timezone."
19851985
msgstr""
19861986
"Si se proporciona, *tz* debe ser una instancia de una subclase :class:"
1987-
"`tzinfo`, y sus métodos :meth:`utcoffset` y :meth:`dst`no deben retornar "
1987+
"`tzinfo`, y sus métodos :meth:`utcoffset` y :meth:`dst`no deben retornar "
19881988
"``None``.Si *self* es naíf, se supone que representa la hora en la zona "
19891989
"horaria del sistema."
19901990

‎library/functions.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2713,7 +2713,7 @@ msgstr ""
27132713
"argumento sea negativo; en tal caso, todos los argumentos son convertidos a "
27142714
"punto flotante y un resultado de punto flotante es retornado. Por ejemplo, "
27152715
"``pow(10, 2)`` retorna ``100``, pero ``pow(10, -2)`` retorna ``0.01``. Para "
2716-
"una base negativa de tipo :class:`int` o :class:`float`y un exponente no "
2716+
"una base negativa de tipo :class:`int` o :class:`float`y un exponente no "
27172717
"integral, se obtiene un resultado complejo. Por ejemplo, ``pow(-9, 0.5)`` "
27182718
"retorna un valor cercano a ``3j``."
27192719

‎library/os.path.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgid ""
118118
msgstr""
119119
"Retorna una versión normalizada y absoluta del nombre de ruta *path*. En la "
120120
"mayoría de las plataformas esto es el equivalente a invocar la función :func:"
121-
"`normpath`de la siguiente manera: ``normpath(join(os.getcwd(), path))``."
121+
"`normpath`de la siguiente manera: ``normpath(join(os.getcwd(), path))``."
122122

123123
#:../Doc/library/os.path.rst:63../Doc/library/os.path.rst:76
124124
#:../Doc/library/os.path.rst:116../Doc/library/os.path.rst:125

‎requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ pre-commit
1414
sphinx-autorun
1515
sphinxemoji
1616
sphinx-tabs
17-
sphinx-lint==0.6.7
17+
sphinx-lint==0.7.0
1818
tabulate

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp