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