Typo and grammar fixes.
diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
index eef68e4..082f64c 100644
--- a/Python/bltinmodule.c
+++ b/Python/bltinmodule.c
@@ -503,7 +503,7 @@
 "  for a module object: the module's attributes.\n"
 "  for a class object:  its attributes, and recursively the attributes\n"
 "    of its bases.\n"
-"  for an other object: its attributes, its class's attributes, and\n"
+"  for any other object: its attributes, its class's attributes, and\n"
 "    recursively the attributes of its class's base classes.");
 
 static PyObject *