Skip to content
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

fix(docs): Corrected typos in project documentation #675

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
`ggplot` is a Python implementation of the grammar of graphics. It is not intended
to be a feature-for-feature port of [`ggplot2 for R`](https://github.com/hadley/ggplot2)--though
there is much greatness in `ggplot2`, the Python world could stand to benefit
from it. So there __will be feature overlap__, but not neccessarily mimicry
from it. So there __will be feature overlap__, but not necessarily mimicry
(after all, R is a little weird).

You can do cool things like this:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ not intended to be a feature-for-feature port of
```ggplot2 for R`` <https://github.com/hadley/ggplot2>`__--though there
is much greatness in ``ggplot2``, the Python world could stand to
benefit from it. So there **will be feature overlap**, but not
neccessarily mimicry (after all, R is a little weird).
necessarily mimicry (after all, R is a little weird).

You can do cool things like this:

Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rejected if your code is difficult to read--even if it works.
- Don't use the R ggplot2 package as an implementation reference. I can't stress
this enough (this is not a knock against ggplot2 or the coding style). Just think
about what you'd be doing. You'd be trying to make Python behave like R. Now
that's just sacreligious. Just be careful. Often times pull requests that violate
that's just sacrilegious. Just be careful. Often times pull requests that violate
this rule also violate the "no black belt moves" policy.
- Do less. Try to keep any incoming pull requests small.
- Any new functionality should have an accompanying IPython Notebook in the
Expand Down