diff --git a/docs/dev/agent_dev_env.md b/docs/dev/agent_dev_env.md index 4141da880db15..09320ca23e101 100644 --- a/docs/dev/agent_dev_env.md +++ b/docs/dev/agent_dev_env.md @@ -7,8 +7,8 @@ development files to be available in the dev env. The Agent can embed Python2 and/or Python3, you will need development files for all versions you want to support. -If you're on OSX/macOS, installing Python 2.7 and/or 3.8 with [Homebrew](https://brew.sh) will -bring along all the development files needed: +If you're on OSX/macOS, installing Python 2.7 and/or 3.8 with [Homebrew](https://brew.sh) +brings along all the development files needed: ``` brew install python@2 brew install python@3 diff --git a/releasenotes/notes/python-3-8-c66cde69f972eb1e.yaml b/releasenotes/notes/python-3-8-c66cde69f972eb1e.yaml index 493b61287c2a4..454386d36e2ff 100644 --- a/releasenotes/notes/python-3-8-c66cde69f972eb1e.yaml +++ b/releasenotes/notes/python-3-8-c66cde69f972eb1e.yaml @@ -1,5 +1,5 @@ -# Each section from every releasenote are combined when the -# CHANGELOG.rst is rendered. So the text needs to be worded so that +# Each section from every release note is combined when the +# CHANGELOG.rst is rendered. Therefore, the text should be worded in a way # it does not depend on any information only available in another # section. This may mean repeating some details, but each section # must be readable independently of the other.