More spacing

This commit is contained in:
Julian Berman
2013-04-26 18:35:16 -04:00
parent 897dedbe4e
commit 21ad7282f5

View File

@@ -1316,6 +1316,7 @@ def _indent(string, times=1):
return "\n".join(" " * (4 * times) + line for line in string.splitlines())
def _format_as_index(indices):
"""
Construct a single string containing indexing operations for the indices.