quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

Use proper slashes #55

Closed 0xKD closed 9 years ago

0xKD commented 9 years ago

Backslashes need to be escaped. Use forward slashes, as mentioned, in the best practice code sample.

mauricioabreu commented 9 years ago

:+1:

I came here to create the same pull request. :)

Good catch!

programmdesign commented 9 years ago

Thanks @0xKD @mauricioabreu