Issue #25523: Further a-to-an corrections.

This commit is contained in:
Serhiy Storchaka 2015-11-02 14:10:23 +02:00
parent 7462b64911
commit d65c9496da
34 changed files with 39 additions and 39 deletions

View file

@ -4651,7 +4651,7 @@ class TestUnixDomain(unittest.TestCase):
except OSError as e:
if str(e) == "AF_UNIX path too long":
self.skipTest(
"Pathname {0!a} is too long to serve as a AF_UNIX path"
"Pathname {0!a} is too long to serve as an AF_UNIX path"
.format(path))
else:
raise