diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-02-16 10:47:52 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2018-02-16 10:47:52 -0500 |
| commit | d785ee1870ecd7ce0f5259d56d80cbf2e3f3c94d (patch) | |
| tree | 80a78f376a9d92434481ff7ace1c026f8466c17d /python/interaction.py | |
| parent | 2de6ae566e2f7351d548e330addd82cc5c4d670d (diff) | |
another typo
Diffstat (limited to 'python/interaction.py')
| -rw-r--r-- | python/interaction.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/interaction.py b/python/interaction.py index 96cac42d..4f6ed67d 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -121,7 +121,7 @@ class IntegerField(object): class AddressField(object): """ ``AddressField`` prompts the user for an address. By passing the optional view and current_address parameters - offsets can be used instead of just an address. Th reslut is stored as in int in self.result. + offsets can be used instead of just an address. The result is stored as in int in self.result. Note: This API currenlty functions differently on the command line, as the view and current_address are disregarded. Additionally where as in the ui the result defaults to hexidecimal on the command line 0x must be |
