Commit 6e6aed6a by Grey Baker Committed by Sébastien Eustace

Fix typo in comment (#390)

parent 58c843a8
...@@ -152,7 +152,7 @@ class Locker: ...@@ -152,7 +152,7 @@ class Locker:
def _get_content_hash(self): # type: () -> str def _get_content_hash(self): # type: () -> str
""" """
Returns the sha256 hash of the sorted content of the composer file. Returns the sha256 hash of the sorted content of the pyproject file.
""" """
content = self._local_config content = self._local_config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment