From b170a91b284a6cdf6ec0d0736510a3a50e801e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= Date: Sun, 22 Mar 2026 14:44:13 +0100 Subject: [PATCH] Fix typos --- doc/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributing.md b/doc/contributing.md index 43eb88657fd..10523aa6991 100644 --- a/doc/contributing.md +++ b/doc/contributing.md @@ -600,8 +600,8 @@ Tests also help us be confident that we won't break your code in the future. When writing tests, don't test everything that the GMT function already tests, such as every unique combination of arguments. An exception to this would be the most popular methods, such as pygmt.Figure.plot and pygmt.Figure.basemap. -The highest priority for tests should be the Python-specific code, such as numpy, -pandas, and xarray objects and the virtualfile mechanism. +The highest priority for tests should be the Python-specific code, such as NumPy, +pandas, and xarray objects and the virtual file mechanism. If you're **new to testing**, see existing test files for examples of things to do. **Don't let the tests keep you from submitting your contribution!**