it's -> its

This commit is contained in:
Eli Boyarski 2017-02-23 14:54:26 +02:00 committed by GitHub
parent cad03ba86a
commit eed7bbcacf
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.