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

Commitbd45b1e

Browse files
authored
Update extending.po
1 parent5670bd0 commitbd45b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎faq/extending.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ msgid ""
187187
msgstr""
188188
"Ayrıca Python nesneleri için 'abstract' arayüzü tarafından sağlanan üst "
189189
"düzey bir API de vardır -- daha fazla ayrıntı için ``Include/abstract.h`` "
190-
"dosyasını okuyun.C:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, "
190+
"dosyasını okuyun.:c:func:`PySequence_Length`, :c:func:`PySequence_GetItem`, "
191191
"vb. gibi çağrıları kullanarak her türlü Python dizisi ile arayüz "
192192
"oluşturmanın yanı sıra sayılar (:c:func:`PyNumber_Index` ve diğerleri) ve "
193193
"PyMapping API'lerindeki eşlemeler gibi diğer birçok yararlı protokolü de "
@@ -214,7 +214,7 @@ msgid ""
214214
"to call, a format string like that used with :c:func:`Py_BuildValue`, and "
215215
"the argument values::"
216216
msgstr""
217-
"C:func:`PyObject_CallMethod` fonksiyonu, bir nesnenin rastgele bir metodunu "
217+
":c:func:`PyObject_CallMethod` fonksiyonu, bir nesnenin rastgele bir metodunu "
218218
"çağırmak için kullanılabilir. Parametreler nesne, çağrılacak yöntemin adı, :"
219219
"c:func:`Py_BuildValue` ile kullanılan gibi bir string ve değişken "
220220
"değerleridir::"
@@ -244,7 +244,7 @@ msgid ""
244244
"format, and to call a function with one argument, surround the argument in "
245245
"parentheses, e.g.\"(i)\"."
246246
msgstr""
247-
"C:func:`PyObject_CallObject` *her zaman* argüman listesi için bir tuple "
247+
":c:func:`PyObject_CallObject` *her zaman* argüman listesi için bir tuple "
248248
"istediğinden, argümansız bir fonksiyon çağırmak için format olarak\"()\" ve "
249249
"tek argümanlı bir fonksiyon çağırmak için argümanı parantez içine alın, "
250250
"örneğin\"(i)\"."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp