There was an error while loading. Please reload this page.
cell
1 parent becf997 commit 34439b8Copy full SHA for 34439b8
1 file changed
Objects/cellobject.c
@@ -29,7 +29,7 @@ PyDoc_STRVAR(cell_new_doc,
29
"\n"
30
" contents\n"
31
" the contents of the cell. If not specified, the cell will be empty,\n"
32
-" and \n further attempts to access its cell_contents attribute will\n"
+" and further attempts to access its cell_contents attribute will\n"
33
" raise a ValueError.");
34
35
0 commit comments