Add string options to the docstring

This commit is contained in:
Rishabh Raj
2014-04-14 04:18:04 +05:30
parent 3ddd5ce109
commit ddf8969655
+1 -1
View File
@@ -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.