Skip to content

Commit 997d79d

Browse files
[3.13] Fix a stray newline in the cell type docstring (GH-157240) (#157277)
(cherry picked from commit 34439b8) Co-authored-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
1 parent b8f23e3 commit 997d79d

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
@@ -27,7 +27,7 @@ PyDoc_STRVAR(cell_new_doc,
2727
"\n"
2828
" contents\n"
2929
" 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"
30+
" and further attempts to access its cell_contents attribute will\n"
3131
" raise a ValueError.");
3232

3333

0 commit comments

Comments
 (0)