Skip to content
Snippets Groups Projects
Commit 3faccb2f authored by Plinio Balduino's avatar Plinio Balduino
Browse files

minor

parent 40b09358
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def verifica_cep(cep):
except ValueError:
result = dict(status='404',
message='O Cep %s informado nao pode ser localizado' %cep)
message='O CEP %s informado nao pode ser localizado' %cep)
if not result.has_key('status'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment