From eed7bbcacf720f417d2bac487bfe892b098c0457 Mon Sep 17 00:00:00 2001 From: Eli Boyarski Date: Thu, 23 Feb 2017 14:54:26 +0200 Subject: [PATCH] it's -> its --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c947910..8b24ae5 100644 --- a/README.rst +++ b/README.rst @@ -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.