Skip to content

Commit 9f2dcbd

Browse files
authored
Fix typo in docstring
Fix pypa#134
1 parent 9f13be1 commit 9f2dcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipfile/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def lock(self):
133133
return json.dumps(data, indent=4, separators=(',', ': '))
134134

135135
def assert_requirements(self):
136-
""""Asserts PEP 508 specifiers."""
136+
"""Asserts PEP 508 specifiers."""
137137

138138
# Support for 508's implementation_version.
139139
if hasattr(sys, 'implementation'):

0 commit comments

Comments
 (0)