We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9bab9 commit 7dd4fc1Copy full SHA for 7dd4fc1
doc/source/development/contributing_codebase.rst
@@ -770,7 +770,7 @@ install pandas) by typing::
770
your installation is probably fine and you can start contributing!
771
772
Often it is worth running only a subset of tests first around your changes before running the
773
-entire suite (tip: you can use the [pandas-coverage app](https://pandas-coverage.herokuapp.com/)
+entire suite (tip: you can use the [pandas-coverage app](https://pandas-coverage.herokuapp.com/))
774
to find out which tests hit the lines of code you've modified, and then run only those).
775
776
The easiest way to do this is with::
0 commit comments