From ddf8969655b2783d8874362386ffb3f971003430 Mon Sep 17 00:00:00 2001 From: Rishabh Raj Date: Mon, 14 Apr 2014 04:18:04 +0530 Subject: [PATCH] Add string options to the docstring --- doc/ext/notebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ext/notebook.py b/doc/ext/notebook.py index 7ca41475..8d44b187 100644 --- a/doc/ext/notebook.py +++ b/doc/ext/notebook.py @@ -110,7 +110,7 @@ class Notebook(): segment. value : str The actual content to be saved in the cell. - type_of_value : str, optional + type_of_value : {'code', 'markdown'} The type of content in the segment. The default value will add a cell of type code.