We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436ce98 commit 16e48fcCopy full SHA for 16e48fc
README.md
@@ -108,8 +108,8 @@ True
108
>>> paranoid_g()
109
```
110
```diff
111
-- NameError: Undefined variables: 'global_x', 'closure_y'.
112
-- Use `bind` method to assign values for these names before calling.
+- UserWarning: Undefined variables: 'global_x', 'closure_y'.
+- Perhaps use `bind` method to assign values for these names before calling.
113
114
```python
115
>>> new_g = paranoid_g.bind({'global_x': 100, 'closure_y': 200})
0 commit comments