python/python-docs-tr

Backtick issue in tutorial

JulienPalard opened this issue · 1 comments

Around those lines:

$ git grep -C5 'd->insert(`'
tutorial/datastructures.po-#: tutorial/datastructures.rst:734
tutorial/datastructures.po-msgid ""
tutorial/datastructures.po-"Other languages may return the mutated object, which allows method chaining, "
tutorial/datastructures.po-"such as ``d->insert(\"a\")->remove(\"b\")->sort();``."
tutorial/datastructures.po-msgstr ""
tutorial/datastructures.po:"Diğer diller, ``d->insert(``a``)->sove(``b``)->sort();``. gibi yöntem "
tutorial/datastructures.po-"zincirlemesine izin veren değiştirilmiş nesneyi döndürebilir."

It gets rendered at the very bottom of this page like this:

Diğer diller, d->insert(``a)->sove(b)->sort();``. gibi yöntem zincirlemesine izin veren değiştirilmiş nesneyi döndürebilir.