mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Don't allow unescaped newlines in doc strings.
This commit is contained in:
parent
b19e2a383c
commit
cef113c524
@ -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…
Reference in New Issue
Block a user