Skip to content

Grammarly #921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 25, 2018
Merged

Grammarly #921

merged 4 commits into from
Sep 25, 2018

Conversation

mpoulin
Copy link
Contributor

@mpoulin mpoulin commented Sep 25, 2018

Please have a look before I merge.

I make some grammar/punctuation fixes. Also, I deleted the first paragraph. It didn't seem to fit the overall theme of this section.

The subject of this section is finding examples of excellent code, not "readability matters".
One of the core tenets behind the design of Python is creating
readable code. The motivation behind this design is simple: The number
one thing that Python programmers do is read code.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm thinking this paragraph works quite well—did you want to remove it entirely?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this paragraph is a good intro to issues of style, formatting, and PEP-8, but I think this section is about a different topic.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So yes, I would remove it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Makes sense!

@@ -28,12 +24,12 @@ reading. Each one of these projects is a paragon of Python coding.
- `Diamond <https://github.com/python-diamond/Diamond>`_
Diamond is a python daemon that collects metrics
and publishes them to Graphite or other backends.
It is capable of collecting cpu, memory, network, i/o, load and disk metrics.
It is capable of collecting cpu, memory, network, i/o, load, and disk metrics.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use capitals for "CPU" and "I/O"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, CPU and I/O should be upper case.

@dbader
Copy link
Member

dbader commented Sep 25, 2018

@mpoulin Added some comments—merge at will Marc 😃

@mpoulin mpoulin merged commit bdaf525 into master Sep 25, 2018
@mpoulin mpoulin deleted the grammarly branch September 25, 2018 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants