Skip to content

Commit 24262ed

Browse files
Fix typos in Contributors Guide (#4469)
1 parent 0c31fc4 commit 24262ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@ Tests also help us be confident that we won't break your code in the future.
600600
When writing tests, don't test everything that the GMT function already tests, such as
601601
every unique combination of arguments. An exception to this would be the most popular
602602
methods, such as <code>pygmt.Figure.plot</code> and <code>pygmt.Figure.basemap</code>.
603-
The highest priority for tests should be the Python-specific code, such as numpy,
604-
pandas, and xarray objects and the virtualfile mechanism.
603+
The highest priority for tests should be the Python-specific code, such as NumPy,
604+
pandas, and xarray objects and the virtual file mechanism.
605605

606606
If you're **new to testing**, see existing test files for examples of things to do.
607607
**Don't let the tests keep you from submitting your contribution!**

0 commit comments

Comments
 (0)