diff --git a/examples/python-json-datagenerator/randomaddresses.py b/examples/python-json-datagenerator/randomaddresses.py index ec6c920d..5f27448f 100644 --- a/examples/python-json-datagenerator/randomaddresses.py +++ b/examples/python-json-datagenerator/randomaddresses.py @@ -3,8 +3,8 @@ import json import random countries = [ - "the US", - "the UK", + "United States", + "United Kingdom", "the Netherlands", "Germany", "Mexico",