Skip to content

Library asyncio #200

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 4 commits into from
Jul 9, 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
chore: fix typo
  • Loading branch information
melihi committed Jul 6, 2024
commit 01480c9b5a25d953b1f13d056af4861175d4d64e
6 changes: 3 additions & 3 deletions library/asyncio.po
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ msgid ""
"provide high-performance network and web-servers, database connection libraries, "
"distributed task queues, etc."
msgstr ""
"asyncio yüksek performanslı ağ ve web sunucuları , veritabanı bağlantı kütüphanleri , "
"asyncio yüksek performanslı ağ ve web sunucuları , veritabanı bağlantı kütüphaneleri , "
"dağıtık görev kuyrukları vb. pek çok Python eş zamanlı çatısı için bir temel olarak "
"kullanılmıştır."

Expand Down Expand Up @@ -86,7 +86,7 @@ msgstr ":ref:`kuyruklar <asyncio-queues>` aracılığı ile görevlerin dağıt

#: library/asyncio.rst:43
msgid ":ref:`synchronize <asyncio-sync>` concurrent code;"
msgstr "eş zamanlı kodu :ref:`senktonize et <asyncio-sync>`;"
msgstr "eş zamanlı kodun :ref:`senkronize edilmesi <asyncio-sync>`;"

#: library/asyncio.rst:45
msgid ""
Expand All @@ -102,7 +102,7 @@ msgid ""
"<loop_subprocess_exec>`, handling :ref:`OS signals <loop_add_signal_handler>`, etc;"
msgstr ""
"ref:`ağ <loop_create_server>`, :ref:`alt işlemler <loop_subprocess_exec>` "
"çalıştırmak, :ref:`işletim sistemi sinyallerini <loop_add_signal_handler>` işlemek vb. "
"çalıştırmak, :ref:`işletim sistemi sinyallerini <loop_add_signal_handler>` işlemek vb. işlemler "
"için asenkron API'ler sağlayan :ref:`olay döngüleri <asyncio-event-loop>` oluşturun ve "
"yönetin;"

Expand Down
Loading