Skip to content

Commit

Permalink
Fix reStructuredText rendering issue on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed May 29, 2017
1 parent 8f4ea29 commit 527bde1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ your current gateway's MAC address. This saves me from having to document the
shell commands needed to do the same thing :-). Run the ``dwim`` command and
take note of a line that looks like this:

.. code-block:: none
.. code-block:: text
We're not connected to a known network (unknown gateway MAC address 84:9c:a6:76:23:8e).
Expand All @@ -169,7 +169,7 @@ Now edit your profile and change the line you just added:
When you now rerun ``dwim`` it will say:

.. code-block:: none
.. code-block:: text
We're connected to the home network.
Expand Down
2 changes: 1 addition & 1 deletion dwim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from dwim.exceptions import CommandParseError, MissingProgramError

# Semi-standard module versioning.
__version__ = '0.3'
__version__ = '0.3.1'

# Initialize a logger for this module.
logger = VerboseLogger(__name__)
Expand Down

0 comments on commit 527bde1

Please sign in to comment.