Skip to content

Commit

Permalink
doc:modules: Add required newline after table
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahao committed Oct 11, 2014
1 parent 1df061c commit 6c7c7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ In this module we export the ``x`` and ``y`` functions (with the keyword ``expor
+------------------------------------+-------------------------------------+---------------------------------------------------+
| ``importall MyModule`` | ``x``, ``y``, ``MyModule.*`` | ``x``, ``y``, ``MyModule.*`` |
+------------------------------------+-------------------------------------+---------------------------------------------------+
Note: In all cases, ``MyModule.*`` (i.e. ``MyModule.x``, ``MyModule.y`` and ``MyModule.p``) are loaded into current workspace and it is possible to add methods to them.

In all cases, ``MyModule.*`` (i.e. ``MyModule.x``, ``MyModule.y`` and ``MyModule.p``) are loaded into current workspace and it is possible to add methods to them.

Modules and files
-----------------
Expand Down

0 comments on commit 6c7c7e3

Please sign in to comment.