Skip to content

Commit

Permalink
Convert link to PyPi into a hyperlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
musically-ut committed Aug 15, 2015
1 parent abd6421 commit fe7eb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -56,7 +56,7 @@ The returned file will exist, be empty, and can be opened for writing.
Installing
----------

This package is available from `PyPi <https://pypi.python.org/pypi/seqfile>`.
This package is available from `PyPi <https://pypi.python.org/pypi/seqfile>`_.

::

Expand All @@ -81,7 +81,7 @@ It is best not to provide unicode characters in the ``prefix``, ``suffix``, or
``folder``. Though the support has been tested on all major OSes, it has not
been verfied that all OS/filesystem combinations will work.

Also, the `O_CREAT | O_EXCEL` trick used to create files atomically may not
Also, the ``O_CREAT | O_EXCEL`` trick used to create files atomically may not
work on old linux kernels while writing to an NFS.


Expand Down

0 comments on commit fe7eb8e

Please sign in to comment.