Merge pull request #2815 from sytays/patch-2

typos fix
pull/2830/head
Thomas Kluyver 9 years ago committed by GitHub
commit d4c6fe46ce

@ -211,7 +211,7 @@ Structure of a notebook document
The notebook consists of a sequence of cells. A cell is a multiline text input
field, and its contents can be executed by using :kbd:`Shift-Enter`, or by
clicking either the "Play" button the toolbar, or `Cell | Run` in the menu bar.
The execution behavior of a cell is determined the cell's type. There are four
The execution behavior of a cell is determined by the cell's type. There are three
types of cells: **code cells**, **markdown cells**, and **raw cells**. Every
cell starts off being a **code cell**, but its type can be changed by using a
drop-down on the toolbar (which will be "Code", initially), or via

Loading…
Cancel
Save