probably typos (#1509)
This commit is contained in:
parent
1405dd9b42
commit
bc64b998c0
|
@ -244,7 +244,7 @@ If you run the same code in your local console, it will look like this:
|
|||
There are two main differences.
|
||||
In your console, you type after the `>`, called the **prompt**; we don't show the prompt in the book.
|
||||
In the book, the output is commented out with `#>`; in your console, it appears directly after your code.
|
||||
These two differences mean that if you're working with an electronic version of the book, you can easily copy code out of the book and into the console.
|
||||
These two differences mean that if you're working with an electronic version of the book, you can easily copy code out of the book and paste it into the console.
|
||||
|
||||
Throughout the book, we use a consistent set of conventions to refer to code:
|
||||
|
||||
|
|
Loading…
Reference in New Issue