Commit 4e5a3d53 authored by Reinout van Rees's avatar Reinout van Rees

Indentation fix

parent 4cdb2443
......@@ -362,7 +362,9 @@ If we use the verbose switch, we can see where requirements are coming from:
"""
def version_conflict_rendering():
"""We use the arguments passed by pkg_resources.VersionConflict to construct a
"""
We use the arguments passed by pkg_resources.VersionConflict to construct a
nice error message:
>>> error = pkg_resources.VersionConflict('pkg1 2.1', 'pkg1 1.0')
......
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