Skip to content

Commit 82ae80a

Browse files
authored
Fix: only first line of note was displayed in the blue box
1 parent 36a7af8 commit 82ae80a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/source/services.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@ Services support a range of options and interactions not yet
8080
documented here but all accessible via calling other methods of the
8181
``service`` reference.
8282

83-
.. note:: The app root directory for Python imports will be in the app
84-
root folder even if the service file is in a subfolder. To import from
85-
your service folder you must use e.g. ``import service.module``
86-
instead of ``import module``, if the service file is in the
87-
``service/`` folder.
83+
.. note::
84+
85+
The app root directory for Python imports will be in the app
86+
root folder even if the service file is in a subfolder. To import from
87+
your service folder you must use e.g. ``import service.module``
88+
instead of ``import module``, if the service file is in the
89+
``service/`` folder.

0 commit comments

Comments
 (0)