reduced line length.
diff --git a/user_guide_src/source/libraries/output.rst b/user_guide_src/source/libraries/output.rst
index 5c82e45..218ec58 100644
--- a/user_guide_src/source/libraries/output.rst
+++ b/user_guide_src/source/libraries/output.rst
@@ -216,8 +216,8 @@
Sends finalized output data to the browser along with any server headers. It also stops benchmark
timers.
- .. note:: This method is called automatically at the end of script execution, you won't need to call it manually unless
- you are aborting script execution using ``exit()`` or ``die()`` in your code.
+ .. note:: This method is called automatically at the end of script execution, you won't need to
+ call it manually unless you are aborting script execution using ``exit()`` or ``die()`` in your code.
Example::
$response = array('status' => 'OK');