--- README.rst.orig 2018-10-11 06:16:52 UTC +++ README.rst @@ -34,8 +34,8 @@ On Linux, Mac, Windows for Python 2.7 or .. code-block:: python -   >>> from whichcraft import which -   >>> which('date') + >>> from whichcraft import which + >>> which('date') '/bin/date' >>> which('calendar') '/bin/calendar'