From 2550346cacf6d5c948d80131017ad63185c8b010 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 27 May 2010 22:32:22 +0000 Subject: [PATCH] correct default value in signature --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index f371ffe9a1..a7a9e47484 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -1227,7 +1227,7 @@ are always available. They are listed here in alphabetical order. True -.. function:: __import__(name, globals={}, locals={}, fromlist=[], level=-1) +.. function:: __import__(name, globals={}, locals={}, fromlist=[], level=0) .. index:: statement: import -- 2.40.0