mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
small change in message
This commit is contained in:
parent
efae52ec2c
commit
b5ddae7388
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue