瀏覽代碼

Update randomaddresses.py

Michael 1 年之前
父節點
當前提交
30ae6e731e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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",