Skip to content

Commit d4c6fe4

Browse files
authored
Merge pull request #2815 from sytays/patch-2
typos fix
2 parents f8a6e1c + b87fa6c commit d4c6fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notebook.rst

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

0 commit comments

Comments
 (0)