Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix all syntax erorrs#63

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
egeakman merged 15 commits into3.10from3.10-patch
Dec 4, 2022
Merged
Show file tree
Hide file tree
Changes from1 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
PrevPrevious commit
NextNext commit
Update
  • Loading branch information
@egeakman
egeakman committedDec 3, 2022
commit9b283bcd1c5a1f6c8f1f946b4b3ed2b20e13ba8e
8 changes: 4 additions & 4 deletionslibrary/stdtypes.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1118,10 +1118,10 @@ msgstr ""
"olduğunda ``hash(x) == hash(y)`` olması bir gerekliliktir (bkz. :meth:"
"`~object.__hash__`). Çeşitli sayısal türler arasında uygulama kolaylığı ve "
"verimlilik için (:class:`int`, :class:`float`, :class:`decimal.Decimal` ve :"
"class:`fractions.Fraction` dahil) Python'un sayısal türler için``hash``'i, "
"class:`fractions.Fraction` dahil) Python'un sayısal türler için hash'i, "
"herhangi bir rasyonel sayı için tanımlanmış tek bir matematiksel fonksiyona "
"dayanır ve bu nedenle :class:`int` ve :class:`fractions` 'ın tüm örnekleri "
"için geçerlidir. Esasen, bu fonksiyon sabit bir asal sayı olan ``P`` için "
"dayanır ve bu nedenle :class:`int` ve :class:`fractions.Fraction` 'ın tüm örnekleri "
"ve :class:`float` ve :class:`decimal.Decimal` öğelerinin tüm sonlu örnekleriiçin geçerlidir. Esasen, bu fonksiyon sabit bir asal sayı olan ``P`` için "
"``reduction modulo`` ``P`` ile verilir. ``P`` değeri Python'a :data:`sys."
"hash_info` 'nun :attr:`modulus` özelliği olarak sunulur."

Expand DownExpand Up@@ -6648,7 +6648,7 @@ msgid ""
"__getattr__`` with arguments ``obj`` and ``\"__code__\"``."
msgstr ""
"``__code__`` 'e erişmek,``obj`` ve ``\"__code__\"`` argümanlarıyla "
"<auditing>` ``object.__getattr__`` oluşturur."
":ref:`denetim etkinliği<auditing>` ``object.__getattr__`` oluşturur."

#: library/stdtypes.rst:5259
msgid ""
Expand Down
2 changes: 1 addition & 1 deletiontutorial/classes.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -194,7 +194,7 @@ msgstr ""
"referanslarıdır: ``modname.funcname`` ifadesinde ``modname`` bir modül "
"nesnesi ve ``funcname`` onun bir niteliğidir. Bu durumda, modülün "
"nitelikleri ve modüldeki global değişkenler arasında bir eşleşme olur: aynı "
"ad alanını paylaşmaları!"
"ad alanını paylaşmaları! [#]_"

#: tutorial/classes.rst:90
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp