Skip to content

Commit 0d3e8cb

Browse files
committed
missing space in usr bin env...
1 parent 184a420 commit 0d3e8cb

File tree

1 file changed

+1
-1
lines changed
  • Breakouts/Solutions/03_FunctionsAndModules

1 file changed

+1
-1
lines changed

Breakouts/Solutions/03_FunctionsAndModules/age.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env/python
1+
#!/usr/bin/env python
22
"""
33
PYTHON BOOT CAMP BREAKOUT3 SOLUTION;
44
created by Josh Bloom at UC Berkeley, 2010

0 commit comments

Comments
 (0)