Fix typo in docstring (fully features > fully featured). (#125)
This commit is contained in:
parent
49e847052e
commit
a26ab0374e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue