Skip to content

Commit d9e20a9

Browse files
authored
Merge pull request gto76#3 from theconsultant/master
merged linux and macos #!
2 parents 4264dce + 6a189c1 commit d9e20a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,10 +1412,8 @@ for el in Bar.foreach([1, 2, 3]):
14121412
Basic Script Template
14131413
---------------------
14141414
```python
1415-
# Linux:
1415+
# Linux or macOS
14161416
#!/usr/bin/env python3
1417-
# Mac:
1418-
#!/usr/local/bin/python3
14191417
#
14201418
# Usage: .py
14211419
#

0 commit comments

Comments
 (0)