We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8a6e1c + b87fa6c commit d4c6fe4Copy full SHA for d4c6fe4
docs/source/notebook.rst
@@ -211,7 +211,7 @@ Structure of a notebook document
211
The notebook consists of a sequence of cells. A cell is a multiline text input
212
field, and its contents can be executed by using :kbd:`Shift-Enter`, or by
213
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
+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
216
cell starts off being a **code cell**, but its type can be changed by using a
217
drop-down on the toolbar (which will be "Code", initially), or via
0 commit comments