Skip to content

Commit 537a654

Browse files
committed
Introspection
1 parent d1e3e21 commit 537a654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ Introspection
14141414

14151415
### Variables
14161416
```python
1417-
<list> = dir() # Names of in-scope variables.
1417+
<list> = dir() # Names of variables in current scope.
14181418
<dict> = locals() # Dict of local variables. Also vars().
14191419
<dict> = globals() # Dict of global variables.
14201420
```

0 commit comments

Comments
 (0)