Skip to content

tutorial/modules TR translation #179

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 11 commits into from
Mar 1, 2024
Prev Previous commit
Next Next commit
sphinx error fixed
  • Loading branch information
yunusolcar committed Mar 1, 2024
commit 9d5e1bef7d4ea23dc468963927558f5cad0f7f6d
4 changes: 2 additions & 2 deletions tutorial/modules.po
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ msgstr ""
"`winreg` modülü yalnızca Windows sistemlerinde sağlanır. Belirli bir modül "
"biraz ilgiyi hak ediyor: Her Python yorumlayıcısında yerleşik olan :mod:"
"`sys`. ``sys.ps1`` ve ``sys.ps2`` değişkenleri, birincil ve ikincil bilgi "
"istemleri olarak kullanılan dizeleri tanımlar:"
"istemleri olarak kullanılan dizeleri tanımlar::"

#: tutorial/modules.rst:292
msgid ""
Expand Down Expand Up @@ -587,7 +587,7 @@ msgid ""
"can just be an empty file, but it can also execute initialization code for "
"the package or set the ``__all__`` variable, described later."
msgstr ""
"Dosya:`__init__.py` dosyaları, Python'un dosyayı içeren dizinleri paket "
"Dosya: `__init__.py` dosyaları, Python'un dosyayı içeren dizinleri paket "
"olarak ele almasını sağlamak için gereklidir (nispeten gelişmiş bir özellik "
"olan :term:`namespace package` kullanılmadığı sürece). Bu, ``string`` gibi "
"ortak bir ada sahip dizinlerin, modül arama yolunda daha sonra ortaya çıkan "
Expand Down