summaryrefslogtreecommitdiffhomepage
path: root/tr-tr
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-07 16:25:36 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-07 16:26:11 -0700
commit7ecafce66f81f165cfa235b78be327914ebd9130 (patch)
tree2719eacba44b79da73e2a315929ebbe36c61a3a3 /tr-tr
parent2891ecf32dbbed3da3994246ae14cd700d45e6f3 (diff)
[python/tr-tr] add missing quote
Diffstat (limited to 'tr-tr')
-rw-r--r--tr-tr/python-tr.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/tr-tr/python-tr.html.markdown b/tr-tr/python-tr.html.markdown
index 801440ba..235b5b36 100644
--- a/tr-tr/python-tr.html.markdown
+++ b/tr-tr/python-tr.html.markdown
@@ -319,7 +319,7 @@ Döngülerle lsiteleri döngüye alabilirsiniz
kedi bir memeli hayvandır
fare bir memeli hayvandır
"""
-for hayvan in ["köpek", "kedi, "fare"]:
+for hayvan in ["köpek", "kedi", "fare"]:
# format ile kolayca yazıyı biçimlendirelim
print("{} bir memeli hayvandır".format(hayvan))