We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98db086 commit 7fda230Copy full SHA for 7fda230
text/main/basics/simpleDataTypesAndOperations/str/str.tex
@@ -279,7 +279,7 @@
279
\pythonil{f"Single braces without expression: \{\{ and \}\}."} simply becomes \pythonil{"Single braces without expression: \{ and \}."}
280
281
As final example, let us look at a very cool ability of \pglspl{fstring}\pythonIdx{f-string!=}.
282
-Often, we want to print an expression together with its result~\cite(PSF2024WNIP38FSFSDEAD).
+Often, we want to print an expression together with its result~\cite{PSF2024WNIP38FSFSDEAD}.
283
Earlier, we wrote \pythonil{f"\{5\}\ + \{4\}\ = \{5 + 4\}"} is evaluated to \pythonil{"5 + 4 = 9"}.
284
What we actually wanted to print was the expression \pythonil{5 + 4} together with its result.
285
This can be done much easier:
0 commit comments