From 3ff37898299fe888db791a8e3ce9377f55700312 Mon Sep 17 00:00:00 2001 From: Daniel Saxton <2658661+dsaxton@users.noreply.github.com> Date: Wed, 2 Oct 2019 18:55:31 -0500 Subject: [PATCH] CLN: Fix typo in contributing.rst (#28761) --- 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