Skip to content

Commit

Permalink
MOre typos fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Aug 9, 2014
1 parent 71837e4 commit 83866b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 83866b1

Please sign in to comment.