From 17ef051f1269b4bad482b48efae4568b4c976b71 Mon Sep 17 00:00:00 2001 From: codester Date: Thu, 3 Dec 2015 23:36:10 +0530 Subject: [PATCH] Fixed Typo --- docs/Import.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Import.rst b/docs/Import.rst index e27a569d123f4..98c197e4b9481 100644 --- a/docs/Import.rst +++ b/docs/Import.rst @@ -118,7 +118,7 @@ Declaration imports ------------------- Individual declaration imports shadow whole-module imports, as described above. -If two declarations with the same name are invidually imported from different +If two declarations with the same name are individually imported from different modules, references to either import must be qualified:: import class abcde.E