Fix linting error in deprecated.py

This commit is contained in:
Bruno Oliveira 2017-10-27 18:42:46 -02:00 committed by Ronny Pfannschmidt
parent 821f9a94d8
commit 766de67392
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ MARK_PARAMETERSET_UNPACKING = RemovedInPytest4Warning(
COLLECTOR_MAKEITEM = RemovedInPytest4Warning(
"pycollector makeitem was removed "
"as it is an accidentially leaked internal api"
)
)