diff --git a/doc/manual/modules.rst b/doc/manual/modules.rst index db77b4268d9c64..b9289cc24f49ac 100644 --- a/doc/manual/modules.rst +++ b/doc/manual/modules.rst @@ -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 -----------------