Fix release notes typos for commit:
9d64c0644c4df403243eb89014d6257827d9d281
"Get jenkins config only with the key exists"
Change-Id: I78a567ffae6c5333021dd86e5b2aa8db8c3fc6be
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
fixes:
- |
Handle config parser correctly which defaults to "[jenkins]" section
- when no server is pased. This fixes the issue with checking if the key
+ when no server is passed. This fixes the issue with checking if the key
exists in the configuration read before reading the key-value.
- The issue is reproduceable by running `lftools jenkins plugins --help` or
- `tox -e docs`, with the ``jenkins.ini`` file having no "[jenkins]" section.
+ The issue is reproducible by running `lftools jenkins plugins --help` or
+ `tox -e docs`, with ``jenkins.ini`` missing the "[jenkins]" section.
.. code-block: none