[ci skip] Some polishing to the latest doc changes
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst
index be1a39e..18433d1 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -378,7 +378,7 @@
This was due to the specifics of how sessions worked, but is now no longer
necessary with our new implementation. However, it may happen that your
application relied on these values, so here are alternative methods of
-accessing them::
+accessing them:
- session_id: ``session_id()``
- ip_address: ``$_SERVER['REMOTE_ADDR']``