Skip to content

Commit 792aff3

Browse files
committed
Fix Backtick issue in tutorial python#69
1 parent b968e10 commit 792aff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/datastructures.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -822,5 +822,5 @@ msgid ""
822822
"Other languages may return the mutated object, which allows method chaining, "
823823
"such as ``d->insert(\"a\")->remove(\"b\")->sort();``."
824824
msgstr ""
825-
"Diğer diller, ``d->insert(``a``)->sove(``b``)->sort();``. gibi yöntem "
825+
"Diğer diller, ``d->insert(\"a\")->remove(\"b\")->sort();`` gibi yöntem "
826826
"zincirlemesine izin veren değiştirilmiş nesneyi döndürebilir."

0 commit comments

Comments
 (0)