Fix typo in docstring (fully features > fully featured). (#125)

This commit is contained in:
Adam Dangoor 2016-12-14 07:35:56 +00:00 committed by Hynek Schlawack
parent 49e847052e
commit a26ab0374e
1 changed files with 1 additions and 1 deletions

View File

@ -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