Skip to content

Commit 1c030e0

Browse files
committed
fixed unclosed parenthesis
1 parent 4b43d69 commit 1c030e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/glob.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2024-11-01 00:21+0000\n"
11-
"PO-Revision-Date: 2024-12-09 23:31+0300\n"
11+
"PO-Revision-Date: 2024-12-09 23:37+0300\n"
1212
"Last-Translator: \n"
1313
"Language-Team: TURKISH <python.docs.tr@gmail.com>\n"
1414
"Language: tr\n"
@@ -51,7 +51,7 @@ msgstr ""
5151
"Dikkat edilmeli ki :func:`fnmatch.fnmatch` veya :func:`pathlib.Path.glob` "
5252
"aksine, nokta (``.``) ile başlayan dosyalar sadece nokta ile başlayan "
5353
"desenler ile eşleştirilebilir. (Tilde ve kabuk değişken açılımları için :"
54-
"func:`os.path.expanduser` ve :func:`os.path.expandvars` kullanın."
54+
"func:`os.path.expanduser` ve :func:`os.path.expandvars` kullanın.)"
5555

5656
#: library/glob.rst:34
5757
msgid ""

0 commit comments

Comments
 (0)