Skip to content

Commit

Permalink
[no ci] remove type annotation from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
DennyDai committed May 30, 2024
1 parent a420004 commit a536d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patcherex2/patches/instruction_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def __init__(
Note that you can still read from scratch registers stored in the variables. What the scratch\
register denotation will indicate however is that the register can be re-used after the variable\
is no longer live.
:param Iterable[str | tuple[str, int] | tuple[str, str]] regs_sort: Some architectures have subregisters\
:param regs_sort: Some architectures have subregisters\
which allow access to a portion of a register, such as the lower 32 bits of a 64 bit register. If you want\
to use a subregister instead of the full register you can request this by passing in a list of subregisters\
here. Note that if you specify a subregister here, the full parent register is not available in the C\
Expand Down

0 comments on commit a536d8e

Please sign in to comment.