From b87fa6c7345331eb7c38cd1372b4099dc4de2778 Mon Sep 17 00:00:00 2001 From: Syed TS Date: Mon, 28 Aug 2017 15:18:10 +0000 Subject: [PATCH] typos fix-2 --- docs/source/notebook.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/notebook.rst b/docs/source/notebook.rst index 58e01254a..c1ad64002 100644 --- a/docs/source/notebook.rst +++ b/docs/source/notebook.rst @@ -211,8 +211,8 @@ 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 by the cell's type. There are four -types of cells: **code cells**, **markdown cells**, **raw cells**, and **heading cells**. Every +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 :ref:`keyboard shortcuts `.