mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Don't allow unescaped newlines in doc strings.
This commit is contained in:
parent
b19e2a383c
commit
cef113c524
1 changed files with 1 additions and 2 deletions
|
@ -213,8 +213,7 @@ static PyMappingMethods dbm_as_mapping = {
|
|||
|
||||
static char dbm_close__doc__[] = "\
|
||||
close() -> None\n\
|
||||
Closes the database.
|
||||
";
|
||||
Closes the database.";
|
||||
|
||||
static PyObject *
|
||||
dbm_close(dp, args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue