Docstring layout fix.

This commit is contained in:
Robert Collins 2015-03-20 15:36:47 +13:00
parent 7054a3d18e
commit 3e1d7a301c
1 changed files with 2 additions and 2 deletions

View File

@ -946,8 +946,8 @@ exec(compile(
def check_if_exists(self):
"""Find an installed distribution that satisfies or conflicts
with this requirement, and set self.satisfied_by or
self.conflicts_with appropriately."""
self.conflicts_with appropriately.
"""
if self.req is None:
return False
try: