Skip to content

Commit d6a5c51

Browse files
committed
close #874
1 parent 7e5b3d6 commit d6a5c51

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

library/linecache.po

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,19 @@ msgid ""
109109
">>> linecache.getline(linecache.__file__, 8)\n"
110110
"'import sys\\n'"
111111
msgstr ""
112+
">>> import linecache\n"
113+
">>> linecache.getline(linecache.__file__, 8)\n"
114+
"'import sys\\n'"
112115

113116
#: ../../library/linecache.rst:31
114117
msgid "module"
115-
msgstr ""
118+
msgstr "모듈"
116119

117120
#: ../../library/linecache.rst:31
118121
msgid "search"
119-
msgstr ""
122+
msgstr "검색"
120123

121124
#: ../../library/linecache.rst:31
122125
msgid "path"
123-
msgstr ""
126+
msgstr "경로"
124127

0 commit comments

Comments
 (0)