Skip to content

Commit 0dea2dc

Browse files
[3.15] Fix a stray newline in the cell type docstring (GH-157240) (#157278)
Co-authored-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
1 parent 1c487de commit 0dea2dc

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)