Skip to content

Commit acd03fe

Browse files
committed
Update funcWithStrsAndConds.ptx
1 parent 6930921 commit acd03fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pretext/functions/funcWithStrsAndConds.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ main()
215215
</subsection>
216216
<subsection xml:id="fsc_str_cond_string_def">
217217
<title>String Definition</title>
218-
<p>A <term>string<term> is a sequence of characters enclosed in quotes. In Python you can use pairs of single
218+
<p>A <term>string</term> is a sequence of characters enclosed in quotes. In Python you can use pairs of single
219219
or double quotes to enclose a string like in <c>"hello"</c> or <c>'hello'</c>. This is especially useful when a string includes a single quote <c>"they're"</c>. You can even use tripe quotes when
220220
a string covers more than one line. </p>
221221
</subsection>

0 commit comments

Comments
 (0)