Skip to content

Commit

Permalink
docs(ca_qc_districts): Highlight extra hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 26, 2024
1 parent 0df55b5 commit a950b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boundaries/ca_qc_districts/definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def borough_namer(f):
return {
'Le Plateau-Mont-Royal': 'Plateau-Mont-Royal',
'Le Sud-Ouest': 'Sud-Ouest',
'Rosemont--La-Petite-Patrie': 'Rosemont—La Petite-Patrie',
'Rosemont--La-Petite-Patrie': 'Rosemont—La Petite-Patrie', # extra hyphen
}.get(name, boundaries.clean_attr('NM_ARON')(f))

return boundaries.clean_attr('NM_ARON')(f)
Expand Down

0 comments on commit a950b71

Please sign in to comment.