diff options
author | Barry Warsaw <barry@python.org> | 1998-03-13 18:33:34 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1998-03-13 18:33:34 (GMT) |
commit | 55f0aabe881a59df736aff3e423d90ff9ef36bff (patch) | |
tree | e1a4bd0e2100ee0cc961b41b3fba1d07f41513ba /Tools/world | |
parent | 0eae830decfc8b099875586a1fa68d7d6c2aa8ba (diff) | |
download | cpython-55f0aabe881a59df736aff3e423d90ff9ef36bff.zip cpython-55f0aabe881a59df736aff3e423d90ff9ef36bff.tar.gz cpython-55f0aabe881a59df736aff3e423d90ff9ef36bff.tar.bz2 |
example output is different
Diffstat (limited to 'Tools/world')
-rwxr-xr-x | Tools/world/world | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Tools/world/world b/Tools/world/world index 8b682e0..4fb95f3 100755 --- a/Tools/world/world +++ b/Tools/world/world @@ -22,12 +22,13 @@ For example: us originated from United States %% world united - united matches 5 countries: - ae: United Arab Emirates - um: United States Minor Outlying Islands - us: United States - tz: Tanzania, United Republic of - gb: United Kingdom + united matches 6 countries: + ae: United Arab Emirates + uk: United Kingdom (common practice) + um: United States Minor Outlying Islands + us: United States + tz: Tanzania, United Republic of + gb: United Kingdom [*] Note that regular expressions must conform to Python 1.5's re.py module |