@@ -54,7 +54,7 @@ Bug reports must:
54
54
...
55
55
` ``
56
56
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::
58
58
59
59
>>> import pandas as pd
60
60
>>> pd.show_versions()
@@ -211,7 +211,7 @@ See the full conda docs `here <http://conda.pydata.org/docs>`__.
211
211
Creating a Python Environment (pip)
212
212
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
213
213
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.
215
215
You'll need to have at least python3.5 installed on your system.
216
216
217
217
.. code-block :: none
@@ -484,7 +484,7 @@ contributing them to the project::
484
484
485
485
./ci/code_checks.sh
486
486
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
488
488
(like missing spaces around sphinx directives that make the documentation not
489
489
being rendered properly) and it also validates the doctests. It is possible to
490
490
run the checks independently by using the parameters ``lint ``, ``patterns `` and
@@ -675,7 +675,7 @@ Otherwise, you need to do it manually:
675
675
676
676
You'll also need to
677
677
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
679
679
2. Update all of pandas existing tests and code to use the new argument
680
680
681
681
See :ref: `contributing.warnings ` for more.
0 commit comments