Skip to content

Commit 11fb0f3

Browse files
authored
Fix formatting in venv.po for clarity
1 parent 90af8a5 commit 11fb0f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/venv.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ msgstr ""
9595
":mod:`venv` . Mit dem Befehl :mod:`venv` wird die Python-Version "
9696
"installiert, von der aus der Befehl ausgeführt wurde (wie durch die Option "
9797
" :option:`--version` angegeben). Wenn du den Befehl beispielsweise mit "
98-
"``python3.12` ausführst, wird Version 3.12 installiert."
98+
"``python3.12`` ausführst, wird Version 3.12 installiert."
9999

100100
msgid ""
101101
"To create a virtual environment, decide upon a directory where you want to "
@@ -107,7 +107,7 @@ msgstr ""
107107
"Skript mit dem Verzeichnispfad aus::"
108108

109109
msgid "python -m venv tutorial-env"
110-
msgstr ""
110+
msgstr "python -m venv tutorial-env"
111111

112112
msgid ""
113113
"This will create the ``tutorial-env`` directory if it doesn't exist, and "

0 commit comments

Comments
 (0)