diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-02-16 10:47:52 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-03-23 17:10:06 -0400 |
| commit | c4de5e0bbe549133b12eac13ce819e2e726fa692 (patch) | |
| tree | 80a78f376a9d92434481ff7ace1c026f8466c17d /python/interaction.py | |
| parent | a3b13baea1546bfb63ece95c227f01e2b556d6bb (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 |
