Skip to content

Commit 0e8c139

Browse files
committed
sphinx error :/
1 parent dad9c7c commit 0e8c139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorial/modules.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ msgid ""
450450
"built in, either for efficiency or to provide access to operating system "
451451
"primitives such as system calls. The set of such modules is a configuration "
452452
"option which also depends on the underlying platform. For example, the :mod:"
453-
"`winreg` module is only provided on Windows systems. One particular module "
453+
" `winreg` module is only provided on Windows systems. One particular module "
454454
"deserves some attention: :mod:`sys`, which is built into every Python "
455455
"interpreter. The variables ``sys.ps1`` and ``sys.ps2`` define the strings "
456456
"used as primary and secondary prompts::"
@@ -825,7 +825,7 @@ msgid ""
825825
"absolute imports."
826826
msgstr ""
827827
"Göreceli içe aktarmaların geçerli modülün adını temel aldığını unutmayın. "
828-
"Ana modülün adı her zaman ``\"__main__\"`` olduğundan, bir Python "
828+
"Ana modülün adı her zaman ``\"__main__\"`` olduğundan, bir Python "
829829
"uygulamasının ana modülü olarak kullanılması amaçlanan modüller her zaman "
830830
"mutlak içe aktarma kullanmalıdır."
831831

0 commit comments

Comments
 (0)