Browse Source

Update randomaddresses.py

Michael 1 năm trước cách đây
mục cha
commit
30ae6e731e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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",