Explorar el Código

Update randomaddresses.py

Michael hace 1 año
padre
commit
30ae6e731e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      examples/python-json-datagenerator/randomaddresses.py

+ 2 - 2
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",