Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lavahot authored Aug 3, 2021
1 parent 9f13be1 commit 9f2dcbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipfile/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'):
Expand Down

0 comments on commit 9f2dcbd

Please sign in to comment.