Skip to content

Commit 6c7c7e3

Browse files
committed
doc:modules: Add required newline after table
1 parent 1df061c commit 6c7c7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ In this module we export the ``x`` and ``y`` functions (with the keyword ``expor
108108
+------------------------------------+-------------------------------------+---------------------------------------------------+
109109
| ``importall MyModule`` | ``x``, ``y``, ``MyModule.*`` | ``x``, ``y``, ``MyModule.*`` |
110110
+------------------------------------+-------------------------------------+---------------------------------------------------+
111-
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.
112111

112+
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.
113113

114114
Modules and files
115115
-----------------

0 commit comments

Comments
 (0)