Skip to content

Commit 6ff1908

Browse files
authored
cli_create_physics: Fix SyntaxWarning
pyfrc/mains/cli_create_physics.py:5: SyntaxWarning: invalid escape sequence '\o' physics_starter = '''
1 parent 792f68b commit 6ff1908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfrc/mains/cli_create_physics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44

5-
physics_starter = '''
5+
physics_starter = r'''
66
#
77
# See the documentation for more details on how this works
88
#

0 commit comments

Comments
 (0)