From bf3b07a2f6745801f00dc6d061d135907ebbd98c Mon Sep 17 00:00:00 2001 From: Daniel Saxton <> Date: Wed, 2 Oct 2019 17:35:36 -0500 Subject: [PATCH] CLN: Fix typo in contributing.rst --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 3cdf9b83e96f3..10d702808606a 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -952,7 +952,7 @@ the expected correct result:: Transitioning to ``pytest`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -*pandas* existing test structure is *mostly* classed based, meaning that you will typically find tests wrapped in a class. +*pandas* existing test structure is *mostly* class-based, meaning that you will typically find tests wrapped in a class. .. code-block:: python