cleanup epydoc errors

This commit is contained in:
2008-10-14 22:31:10 +00:00
parent dcda0b9d86
commit 8fcaa1782d
12 changed files with 84 additions and 85 deletions

View File

@@ -143,7 +143,7 @@ class Text:
Retrieve the contents of this Text buffer as a list of strings between
the start and end lines specified. If end < 0 all lines from start will
be included.
@type start int
@type start: int
@param start: Optional index of first line of the span to return
@type end int
@param end: Optional index of the line to which the span is taken or