Skip to content

Commit b87fa6c

Browse files
authored
typos fix-2
1 parent 563f220 commit b87fa6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/notebook.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ 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 by the cell's type. There are four
215-
types of cells: **code cells**, **markdown cells**, **raw cells**, and **heading cells**. Every
214+
The execution behavior of a cell is determined by the cell's type. There are three
215+
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
218218
:ref:`keyboard shortcuts <keyboard-shortcuts>`.

0 commit comments

Comments
 (0)