Skip to content

Commit

Permalink
Nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Mar 27, 2017
1 parent 340b620 commit 54a732b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ A light-weight package with few dependencies that provides various print-like
functions to communicate to the user. It allows you to easily print attractive,
informative, and consistent error messages. For example:

.. code-block:: python
>> from inform import display, warn, error
>> display('Display is like print, except that it support logging and can be disabled.')
Display is like print, except that it support logging and can be disabled.
Expand Down

0 comments on commit 54a732b

Please sign in to comment.