Commit 91e50516 by devttys0

Fixed pydoc.

parent 3ead886f
...@@ -386,8 +386,8 @@ class BlockFile(BLOCK_FILE_PARENT_CLASS): ...@@ -386,8 +386,8 @@ class BlockFile(BLOCK_FILE_PARENT_CLASS):
''' '''
Reads in a block of data from the target file. Reads in a block of data from the target file.
Returns a tuple of (str(file block data), block data length). Returns a tuple of (str(file block data), block data length).
''' '''
dlen = 0 dlen = 0
data = None data = None
rsize = self.READ_BLOCK_SIZE + self.MAX_TRAILING_SIZE rsize = self.READ_BLOCK_SIZE + self.MAX_TRAILING_SIZE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment