From 2f6517a9ad62412ea246d500170b0de7fe7e0e2f Mon Sep 17 00:00:00 2001 From: "Jason M. Gates" Date: Tue, 25 Jul 2023 11:52:40 -0600 Subject: [PATCH] docs: Fix copy/paste issue --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2930640..b52c1f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -424,10 +424,9 @@ utilize [type-hinting][typing] wherever possible for clarity's sake. ### Testing -PyRAMSES uses [pytest][pytest] for our unit test suite. To get up-to-speed -with what it does and how it works, check out -[this RealPython tutorial][tutorial]. Also highly recommended is -[Python Testing with pytest, by Brian Okken][okken]. +We use [pytest][pytest] for our unit test suite. To get up-to-speed with what +it does and how it works, check out [this RealPython tutorial][tutorial]. Also +highly recommended is [Python Testing with pytest, by Brian Okken][okken]. [pytest]: https://docs.pytest.org/ [tutorial]: https://realpython.com/pytest-python-testing/