changeset 8371:3b1c53643b09 stable

doc: fix wording of debug hint in contributing.rst
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 22 Apr 2020 20:47:02 +0200
parents cfce400b9684
children a9e71e61cedf
files docs/contributing.rst
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/contributing.rst	Fri Apr 24 12:42:29 2020 +0200
+++ b/docs/contributing.rst	Wed Apr 22 20:47:02 2020 +0200
@@ -269,8 +269,8 @@
 Debugging
 ^^^^^^^^^
 
-A good way to trace what Kallithea is doing is to keep an eye on the output of
-stdout/stderr from the server process. Perhaps change ``my.ini`` to log at
+A good way to trace what Kallithea is doing is to keep an eye on the output on
+stdout/stderr of the server process. Perhaps change ``my.ini`` to log at
 ``DEBUG`` or ``INFO`` level, especially ``[logger_kallithea]``, but perhaps
 also other loggers. It is often easier to add additional ``log`` or ``print``
 statements than to use a Python debugger.