Skip to content

Commit e838993

Browse files
DanielEScherzermiss-islington
authored andcommitted
Fix a stray newline in the cell type docstring (GH-157240)
(cherry picked from commit 34439b8) Co-authored-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
1 parent 5b8fd66 commit e838993

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)