Skip to content

Commit

Permalink
raw string
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Oct 14, 2024
1 parent da41e84 commit 4bac54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coders/milstein.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import coders.registration


boros = '(?:New York|Manhattan|Brooklyn|Bronx|Queens|Staten Island), (?:NY|N\.Y\.)'
boros = r"(?:New York|Manhattan|Brooklyn|Bronx|Queens|Staten Island), (?:NY|N\.Y\.)"
boros_re = r'(New York|Manhattan|Brooklyn|Bronx|Queens|Staten Island), (?:NY|N\.Y\.)$'

streets = '(?:St\.|Street|Place|Pl\.|Road|Rd\.|Avenue|Ave\.|Av\.|Boulevard|Blvd\.|Broadway|Parkway|Pkwy\.|Pky\.|Street \(West\)|Street \(East\))'
Expand Down

0 comments on commit 4bac54e

Please sign in to comment.