Skip to content

Commit 719a73c

Browse files
committed
Fix Backtick issue in tutorial python#69
1 parent 1b6ded9 commit 719a73c

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
@@ -819,5 +819,5 @@ msgid ""
819819
"Other languages may return the mutated object, which allows method chaining, "
820820
"such as ``d->insert(\"a\")->remove(\"b\")->sort();``."
821821
msgstr ""
822-
"Diğer diller, ``d->insert(``a``)->sove(``b``)->sort();``. gibi yöntem "
822+
"Diğer diller, ``d->insert(\"a\")->remove(\"b\")->sort();`` gibi yöntem "
823823
"zincirlemesine izin veren değiştirilmiş nesneyi döndürebilir."

0 commit comments

Comments
 (0)