File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ msgid ""
450
450
"built in, either for efficiency or to provide access to operating system "
451
451
"primitives such as system calls. The set of such modules is a configuration "
452
452
"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 "
454
454
"deserves some attention: :mod:`sys`, which is built into every Python "
455
455
"interpreter. The variables ``sys.ps1`` and ``sys.ps2`` define the strings "
456
456
"used as primary and secondary prompts::"
@@ -825,7 +825,7 @@ msgid ""
825
825
"absolute imports."
826
826
msgstr ""
827
827
"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 "
829
829
"uygulamasının ana modülü olarak kullanılması amaçlanan modüller her zaman "
830
830
"mutlak içe aktarma kullanmalıdır."
831
831
You can’t perform that action at this time.
0 commit comments