summaryrefslogtreecommitdiff
path: root/python/architecture.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-03-26 16:03:51 -0400
committerJordan Wiens <jordan@psifertex.com>2021-03-26 16:03:51 -0400
commit89fa6e3b285f2f83ff0e5d1c5b9907b1f4c33410 (patch)
tree71945d3cf828c004b8b6b85878919448fd9df982 /python/architecture.py
parent558ba0464a340514c7ba26b2f8ad458844ab92c3 (diff)
updating to latest sphinx-rtd theme and many doc formatting fixes
Diffstat (limited to 'python/architecture.py')
-rw-r--r--python/architecture.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/python/architecture.py b/python/architecture.py
index 098293a8..19ef7831 100644
--- a/python/architecture.py
+++ b/python/architecture.py
@@ -1716,9 +1716,8 @@ class Architecture(with_metaclass(_ArchitectureMetaClass, object)):
:param LowLevelILOperation op:
:param int size:
:param str write_type:
- :param operands: a list of either items that are either string register names or constant \
+ :param operands: a list of either items that are either string register names or constant integer values
:type operands: list(str) or list(int)
- integer values
:param LowLevelILFunction il:
:rtype: LowLevelILExpr
"""
@@ -1729,9 +1728,8 @@ class Architecture(with_metaclass(_ArchitectureMetaClass, object)):
:param LowLevelILOperation op:
:param int size:
:param FlagRole role:
- :param operands: a list of either items that are either string register names or constant \
+ :param operands: a list of either items that are either string register names or constant integer values
:type operands: list(str) or list(int)
- integer values
:param LowLevelILFunction il:
:rtype: LowLevelILExpr index
"""
@@ -2401,9 +2399,8 @@ class CoreArchitecture(Architecture):
:param LowLevelILOperation op:
:param int size:
:param str write_type:
- :param operands: a list of either items that are either string register names or constant \
+ :param operands: a list of either items that are either string register names or constant integer values
:type operands: list(str) or list(int)
- integer values
:param LowLevelILFunction il:
:rtype: LowLevelILExpr
"""