Now also add an index.rst.

This commit is contained in:
Dave Halter
2017-05-24 14:09:50 -04:00
parent d5c27b59be
commit e1ef9c086f
3 changed files with 33 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ from parso._compatibility import unicode
def splitlines(string, keepends=False):
"""
r"""
A splitlines for Python code. In contrast to Python's ``str.splitlines``,
looks at form feeds and other special characters as normal text. Just
splits ``\n`` and ``\r\n``.