Skip to content

Commit 19b5b08

Browse files
committed
Use /usr/bin/env -S
1 parent e0b03c8 commit 19b5b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whats_left.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3 -I
1+
#!/usr/bin/env -S python3 -I
22

33
# This script generates Lib/snippets/whats_left_data.py with these variables defined:
44
# expected_methods - a dictionary mapping builtin objects to their methods

0 commit comments

Comments
 (0)