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.