From dd960a60f3f87a2d4a163b93c6d17b2bb26adfb4 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 27 Nov 2023 16:36:53 +0100 Subject: [PATCH] chore(observer): fix misplaced text in docs --- docs/others/observer.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/others/observer.rst b/docs/others/observer.rst index d53eb9e63..546e45e1e 100644 --- a/docs/others/observer.rst +++ b/docs/others/observer.rst @@ -122,11 +122,9 @@ Observer ******** Subscribe to a subject -----------------------ubject groups can be created. For the above example it looks like this: +---------------------- - - -to subscribe to a subject the following function can be used: +To subscribe to a subject the following function can be used: .. code:: c