diff --git a/pipfile/api.py b/pipfile/api.py index fde08fd..5803b83 100644 --- a/pipfile/api.py +++ b/pipfile/api.py @@ -133,7 +133,7 @@ def lock(self): return json.dumps(data, indent=4, separators=(',', ': ')) def assert_requirements(self): - """"Asserts PEP 508 specifiers.""" + """Asserts PEP 508 specifiers.""" # Support for 508's implementation_version. if hasattr(sys, 'implementation'):