From 30ae6e731e2b77ae082e80500b9504d908e476d1 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 15 Nov 2023 18:24:50 -0500 Subject: [PATCH] Update randomaddresses.py --- examples/python-json-datagenerator/randomaddresses.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",