Improve tooltips for splitlines() by showing that the default for keepends is False.
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index 3dfbea1..7af7b50 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -7521,7 +7521,7 @@
}
PyDoc_STRVAR(splitlines__doc__,
- "S.splitlines([keepends]) -> list of strings\n\
+ "S.splitlines(keepends=False) -> list of strings\n\
\n\
Return a list of the lines in S, breaking at line boundaries.\n\
Line breaks are not included in the resulting list unless keepends\n\