summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PITCHME.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/PITCHME.md b/PITCHME.md
index 2b902fe..424e1e2 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -57,6 +57,8 @@ def add(x, y):
```
---
+The problem is that it does not really work
+
```python
>>> inspect.getfullargspec(add)
FullArgSpec(args=[], varargs='args', varkw='kwds', defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={})