summaryrefslogtreecommitdiff
path: root/candle-pyo3/stub.py
diff options
context:
space:
mode:
Diffstat (limited to 'candle-pyo3/stub.py')
-rw-r--r--candle-pyo3/stub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-pyo3/stub.py b/candle-pyo3/stub.py
index 336f674b..c459ebb3 100644
--- a/candle-pyo3/stub.py
+++ b/candle-pyo3/stub.py
@@ -156,7 +156,7 @@ def pyi_file(obj, indent=""):
string += function(obj, indent)
elif inspect.isgetsetdescriptor(obj):
- # TODO it would be interesing to add the setter maybe ?
+ # TODO it would be interesting to add the setter maybe ?
string += f"{indent}@property\n"
string += function(obj, indent, text_signature="(self)")