Hello, There's a typo in the 3.2.3 Documentation, The Python Tutorial, 6.2. Standard Modules. In line 3 of that section, there's a . missing right after the word "platform". The tutorial currently reads: "The set of such modules is a configuration option which also depends on the underlying platform For example, the winreg module is only provided on Windows systems." It should read: "The set of such modules is a configuration option which also depends on the underlying platform. For example, the winreg module is only provided on Windows systems." Best, -Gaston
Hello Gaston, On Mon, Jul 23, 2012 at 5:58 PM, Gaston Fiore <gaston.fiore@gmail.com> wrote:
Hello,
There's a typo in the 3.2.3 Documentation, The Python Tutorial, 6.2. Standard Modules. In line 3 of that section, there's a . missing right after the word "platform". The tutorial currently reads:
This has just been fixed on all active branches. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi
participants (2)
-
Gaston Fiore
-
Sandro Tosi