From 9f2dcbdcae58a9be631b03ac71bb6e9db90d13ee Mon Sep 17 00:00:00 2001 From: Taylor Mansfield Date: Tue, 3 Aug 2021 16:23:39 -0700 Subject: [PATCH] Fix typo in docstring Fix #134 --- pipfile/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):