Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: ruthnaebeck <[email protected]>
  • Loading branch information
remeh and ruthnaebeck authored Jan 8, 2020
1 parent fd75ce0 commit 776b240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/dev/agent_dev_env.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions releasenotes/notes/python-3-8-c66cde69f972eb1e.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 776b240

Please sign in to comment.