freemyipod r574 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r573‎ | r574 | r575 >
Date:15:38, 9 February 2011
Author:theseven
Status:new
Tags:
Comment:
emcore.py: Fix a wrong docstring
Modified paths:
  • /emcore/trunk/tools/emcore.py (modified) (history)

Diff [purge]

Index: emcore/trunk/tools/emcore.py
@@ -237,8 +237,8 @@
238238 @command
239239 def downloadfile(self, addr, size, filename):
240240 """
241 - Uploads a file to the device
242 - <offset>: the address to upload the file to
 241+ Downloads a region of memory from the device to a file
 242+ <addr>: the address to download the data from
243243 <size>: the number of bytes to be read
244244 <filename>: the path to the file
245245 """