From e0b63e34fa2ad6c5cb6d607b3f276d3724c7986f Mon Sep 17 00:00:00 2001 From: Kimberly Date: Thu, 18 Jan 2018 10:22:04 -0700 Subject: [PATCH] fixed typo in logging doc and added fix to changelog --- changelog/3129.trivial | 1 + doc/en/logging.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/3129.trivial diff --git a/changelog/3129.trivial b/changelog/3129.trivial new file mode 100644 index 000000000..96c6e1e25 --- /dev/null +++ b/changelog/3129.trivial @@ -0,0 +1 @@ +corrected 'you' to 'your' in logging doc diff --git a/doc/en/logging.rst b/doc/en/logging.rst index e3bf56038..f87e1329b 100644 --- a/doc/en/logging.rst +++ b/doc/en/logging.rst @@ -69,7 +69,7 @@ with:: pytest --no-print-logs -Or in you ``pytest.ini``: +Or in your ``pytest.ini``: .. code-block:: ini