Skip to content

Commit 34439b8

Browse files
Fix a stray newline in the cell type docstring (#157240)
1 parent becf997 commit 34439b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/cellobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PyDoc_STRVAR(cell_new_doc,
2929
"\n"
3030
" contents\n"
3131
" 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"
32+
" and further attempts to access its cell_contents attribute will\n"
3333
" raise a ValueError.");
3434

3535

0 commit comments

Comments
 (0)