Merge pull request #664 from usr42/ch03_white_space

ch03: Add missing whitespace
This commit is contained in:
Carol (Nichols || Goulding)
2017-05-03 19:06:46 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1457,7 +1457,7 @@ This code is a bit nicer, isnt it?
## Summary
You made it! That was a sizable chapter: you learned about variables, scalar
and`if` expressions, and loops! If you want to practice with the concepts
and `if` expressions, and loops! If you want to practice with the concepts
discussed in this chapter, try building programs to do the following:
* Convert temperatures between Fahrenheit and Celsius.

View File

@@ -438,7 +438,7 @@ This code is a bit nicer, isnt it?
## Summary
You made it! That was a sizable chapter: you learned about variables, scalar
and`if` expressions, and loops! If you want to practice with the concepts
and `if` expressions, and loops! If you want to practice with the concepts
discussed in this chapter, try building programs to do the following:
* Convert temperatures between Fahrenheit and Celsius.