Merge pull request #70 from eli-b/patch-1

it's -> its
This commit is contained in:
Vineet Naik 2017-03-12 20:37:19 +05:30 committed by GitHub
commit ffd485403a
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ by grep-ing only the top-level lines from the output,
There is a problem here though. The output doesn't mention anything
about ``Lookupy`` being installed as an editable package (refer to the
output of ``pip freeze`` above) and information about it's source is
output of ``pip freeze`` above) and information about its source is
lost. To fix this, ``pipdeptree`` must be run with a ``-f`` or
``--freeze`` flag.