Skip to content

Commit

Permalink
empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Jul 28, 2017
1 parent f3fbe84 commit 293aed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

|build_master| |docs_master| |build_develop| |docs_develop| |license| |status| |pypi_version| |pypi_versions|


|zugbruecke_logo|

Synopsis
Expand Down Expand Up @@ -110,7 +111,6 @@ Start an interactive Python session under Unix and try the following:
.. code:: python
from zugbruecke import cdll, c_double
dll_pow = cdll.msvcrt.pow
dll_pow.argtypes = (c_double, c_double)
dll_pow.restype = c_double
Expand Down

0 comments on commit 293aed9

Please sign in to comment.