Skip to content

Update tutorial/modules #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Apr 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
sphinx error :/
  • Loading branch information
yunusolcar committed Mar 1, 2024
commit 0e8c1393183acbe990e0be661742f3c038d8766f
4 changes: 2 additions & 2 deletions tutorial/modules.po
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ msgid ""
"built in, either for efficiency or to provide access to operating system "
"primitives such as system calls. The set of such modules is a configuration "
"option which also depends on the underlying platform. For example, the :mod:"
"`winreg` module is only provided on Windows systems. One particular module "
" `winreg` module is only provided on Windows systems. One particular module "
"deserves some attention: :mod:`sys`, which is built into every Python "
"interpreter. The variables ``sys.ps1`` and ``sys.ps2`` define the strings "
"used as primary and secondary prompts::"
Expand Down Expand Up @@ -825,7 +825,7 @@ msgid ""
"absolute imports."
msgstr ""
"Göreceli içe aktarmaların geçerli modülün adını temel aldığını unutmayın. "
"Ana modülün adı her zaman ``\"__main__\"`` olduğundan, bir Python "
"Ana modülün adı her zaman ``\"__main__\"`` olduğundan, bir Python "
"uygulamasının ana modülü olarak kullanılması amaçlanan modüller her zaman "
"mutlak içe aktarma kullanmalıdır."

Expand Down