File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ for other operators:
386386So 7 divided by 3 is 2 with 1 left over.
387387
388388The modulus operator turns out to be surprisingly useful. For example,
389- you can check whether one number is divisible by another— if `x %
389+ you can check whether one number is divisible by another: if `x %
390390y` is zero, then ` x` is divisible by ` y`.
391391
392392\index{divisibility}
@@ -520,7 +520,7 @@ comments at the end of a line:
520520percentage = (minute * 100) / 60 # percentage of an hour
521521~~~~
522522
523- Everything from the ` \# ` to the end of the line is ignored— it
523+ Everything from the ` \# ` to the end of the line is ignored; it
524524has no effect on the program.
525525
526526Comments are most useful when they document non-obvious features of the
You can’t perform that action at this time.
0 commit comments