1 parent 90af8a5 commit 11fb0f3Copy full SHA for 11fb0f3
1 file changed
tutorial/venv.po
@@ -95,7 +95,7 @@ msgstr ""
95
":mod:`venv` . Mit dem Befehl :mod:`venv` wird die Python-Version "
96
"installiert, von der aus der Befehl ausgeführt wurde (wie durch die Option "
97
" :option:`--version` angegeben). Wenn du den Befehl beispielsweise mit "
98
-"``python3.12` ausführst, wird Version 3.12 installiert."
+"``python3.12`` ausführst, wird Version 3.12 installiert."
99
100
msgid ""
101
"To create a virtual environment, decide upon a directory where you want to "
@@ -107,7 +107,7 @@ msgstr ""
107
"Skript mit dem Verzeichnispfad aus::"
108
109
msgid "python -m venv tutorial-env"
110
-msgstr ""
+msgstr "python -m venv tutorial-env"
111
112
113
"This will create the ``tutorial-env`` directory if it doesn't exist, and "
0 commit comments