Skip to content

Commit

Permalink
PySafetyBear.py: Fix comment typo
Browse files Browse the repository at this point in the history
This fixes the typo and changes it from parseable --> parsable

Fixes coala#2629
  • Loading branch information
Pranav1999 authored and gitmate-bot committed Jul 23, 2018
1 parent 8faa08e commit 3de4e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bears/python/requirements/PySafetyBear.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def run(self, filename, file,
@staticmethod
def try_parse_requirements(lines: typed_list(str)):
"""
Yields all package requirements parseable from the given lines.
Yields all package requirements parsable from the given lines.
:param lines: An iterable of lines from a requirements file.
"""
Expand Down

0 comments on commit 3de4e87

Please sign in to comment.