@@ -54,7 +54,7 @@ Bug reports must:
5454 ...
5555 ` ``
5656
57- #. Include the full version string of *pandas * and its dependencies. You can use the built in function::
57+ #. Include the full version string of *pandas * and its dependencies. You can use the built- in function::
5858
5959 >>> import pandas as pd
6060 >>> pd.show_versions()
@@ -211,7 +211,7 @@ See the full conda docs `here <http://conda.pydata.org/docs>`__.
211211Creating a Python Environment (pip)
212212~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
213213
214- If you aren't using conda for you development environment, follow these instructions.
214+ If you aren't using conda for your development environment, follow these instructions.
215215You'll need to have at least python3.5 installed on your system.
216216
217217.. code-block :: none
@@ -484,7 +484,7 @@ contributing them to the project::
484484
485485 ./ci/code_checks.sh
486486
487- The script verify the linting of code files, it looks for common mistake patterns
487+ The script verifies the linting of code files, it looks for common mistake patterns
488488(like missing spaces around sphinx directives that make the documentation not
489489being rendered properly) and it also validates the doctests. It is possible to
490490run the checks independently by using the parameters ``lint ``, ``patterns `` and
@@ -675,7 +675,7 @@ Otherwise, you need to do it manually:
675675
676676 You'll also need to
677677
678- 1. write a new test that asserts a warning is issued when calling with the deprecated argument
678+ 1. Write a new test that asserts a warning is issued when calling with the deprecated argument
6796792. Update all of pandas existing tests and code to use the new argument
680680
681681See :ref: `contributing.warnings ` for more.
0 commit comments