Skip to content

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 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 15 commits into from
Dec 4, 2022
Prev Previous commit
Next Next commit
Update
  • Loading branch information
egeakman committed Dec 3, 2022
commit 9b283bcd1c5a1f6c8f1f946b4b3ed2b20e13ba8e
8 changes: 4 additions & 4 deletions library/stdtypes.po
Original file line number Diff line number Diff 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 örnekleri iç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 Down Expand 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 deletion tutorial/classes.po
Original file line number Diff line number Diff 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