Skip to content

Commit f19bdce

Browse files
committed
fix sphinx-lint warnings
1 parent 1dd9363 commit f19bdce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"python-docs-theme==2025.9.2",
1616
"sphinx==8.2.3",
1717
"sphinx-intl==2.3.2",
18-
"sphinx-lint==1.0.0",
18+
"sphinx-lint==1.0.2",
1919
]
2020
requires-python = ">=3.13"
2121

library/re.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ msgid ""
580580
"usually do not create a new group; ``(?P<name>...)`` is the only "
581581
"exception to this rule. Following are the currently supported extensions."
582582
msgstr ""
583-
"이것은 확장 표기법입니다 (그렇지 않으면 ``'('`` 다음에 오는 ``'?'``는 의미가 없습니다). ``'?'`` 다음의 첫 "
583+
"이것은 확장 표기법입니다 (그렇지 않으면 ``'('`` 다음에 오는 ``'?'``\\는 의미가 없습니다). ``'?'`` 다음의 첫 "
584584
"번째 문자는 확장의 의미와 이후의 문법을 결정합니다. 확장은 대개 새 그룹을 만들지 않습니다; 이 규칙에 대한 유일한 예외는 "
585585
"``(?P<name>...)``\\입니다. 다음은 현재 지원되는 확장입니다."
586586

0 commit comments

Comments
 (0)