There was an error while loading. Please reload this page.
cell
1 parent 1c487de commit 0dea2dcCopy full SHA for 0dea2dc
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