There was an error while loading. Please reload this page.
1 parent a623e6c commit fe0ef24Copy full SHA for fe0ef24
1 file changed
source/ch4_conditionals.ptx
@@ -47,7 +47,7 @@ if score >= 90:
47
<section xml:id="use-the-if-else-statement">
48
<title>Using the <c>if</c> - <c>else</c> Statement</title>
49
50
- <xref ref= "python-if-else" text="type-global"/> shows how Python the <c>if</c> - <c>else</c>statement is written in Python.
+ <p><xref ref= "python-if-else" text="type-global"/> shows how the <c>if</c> - <c>else</c>statement is written in Python.</p>
51
<listing xml:id="python-if-else">
52
<program interactive="activecode" language="python">
53
<code>
0 commit comments