From a26ab0374e128f8714e5ccb66fcadfa54c4965a3 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Wed, 14 Dec 2016 07:35:56 +0000 Subject: [PATCH] Fix typo in docstring (fully features > fully featured). (#125) --- conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conftest.py b/conftest.py index 93609c6a..5a34d6fd 100644 --- a/conftest.py +++ b/conftest.py @@ -9,7 +9,7 @@ from hypothesis import settings @pytest.fixture(scope="session") def C(): """ - Return a simple but fully features attrs class with an x and a y attribute. + Return a simple but fully featured attrs class with an x and a y attribute. """ from attr import attributes, attr