From 83866b1d48f788e8573a0266ad431ffc78c2a836 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Sat, 9 Aug 2014 23:29:57 +0530 Subject: [PATCH] MOre typos fixed. --- docs/modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules.rst b/docs/modules.rst index cca2f2c..8401691 100644 --- a/docs/modules.rst +++ b/docs/modules.rst @@ -104,7 +104,7 @@ file contains the following :: from mymodule.bars import simplebar - __all__ = [bars, simplebar] + __all__ = [simplebar, ] Then from mymodule only `simplebar` will be available.