diff options
author | Barry Warsaw <barry@python.org> | 1994-07-25 21:57:27 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1994-07-25 21:57:27 (GMT) |
commit | b5ddae738852ce4c0aa7d510c6eb4c0fe0295631 (patch) | |
tree | ecc6f61d7aa7f5374f52a693329b3705a766591d /Tools/world | |
parent | efae52ec2c8e2b3025876770a0526dd8ac1af7e8 (diff) | |
download | cpython-b5ddae738852ce4c0aa7d510c6eb4c0fe0295631.zip cpython-b5ddae738852ce4c0aa7d510c6eb4c0fe0295631.tar.gz cpython-b5ddae738852ce4c0aa7d510c6eb4c0fe0295631.tar.bz2 |
small change in message
Diffstat (limited to 'Tools/world')
-rwxr-xr-x | Tools/world/world | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/world/world b/Tools/world/world index 8eaae3c..584b4d2 100755 --- a/Tools/world/world +++ b/Tools/world/world @@ -133,7 +133,7 @@ while ($addr = shift @ARGV) { if ($nameorg{$_}) { # its one of the `special' USA organizational domains - print "$addr is a USA $nameorg{$_} organization\n"; + print "$addr is from a USA $nameorg{$_} organization\n"; } elsif ($country{$_}) { # its a country code |