Skip to content

Commit fe0ef24

Browse files
committed
fixed display
1 parent a623e6c commit fe0ef24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch4_conditionals.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if score >= 90:
4747
<section xml:id="use-the-if-else-statement">
4848
<title>Using the <c>if</c> - <c>else</c> Statement</title>
4949

50-
<xref ref= "python-if-else" text="type-global"/> shows how Python the <c>if</c> - <c>else</c>statement is written in Python.
50+
<p><xref ref= "python-if-else" text="type-global"/> shows how the <c>if</c> - <c>else</c>statement is written in Python.</p>
5151
<listing xml:id="python-if-else">
5252
<program interactive="activecode" language="python">
5353
<code>

0 commit comments

Comments
 (0)