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

Commit518517d

Browse files
committed
Arreglando comentarios revisión
1 parent526a3f2 commit518517d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎scripts/format_differences.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"``[^`]+``",
4040
"`[^`]+`__",
4141
"`[^`]+`_",
42-
"\*\*[^\*]+\*\*",# bold text between **
43-
"\*[^\*]+\*",# italic text between *
42+
r"\*\*[^\*]+\*\*",# bold text between **
43+
r"\*[^\*]+\*",# italic text between *
4444
]
4545

4646
_exps= [re.compile(e)forein_patterns]
@@ -86,7 +86,7 @@ def ind(level=0):
8686
else:
8787
files= [iforiinPO_DIR.glob("**/**/*.po")ifnoti.is_relative_to(VENV_DIR)]
8888

89-
fori,pofilenameinenumerate(files):
89+
forpofilenameinfiles:
9090
print(f"\n> Processing{pofilename}")
9191
po=polib.pofile(pofilename)
9292

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp