Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Apr 27, 2024
1 parent 264f799 commit d825960
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ You can install PyGeoIf from pypi using pip::

Example
========
.. code-block:: pycon
>>> from pygeoif import geometry
>>> p = geometry.Point(1,1)
Expand Down Expand Up @@ -161,7 +162,6 @@ x, y, z : float

Example
~~~~~~~~

.. code-block:: pycon
>>> from pygeoif import Point
Expand Down Expand Up @@ -271,7 +271,6 @@ So it's very rarely used in the real GIS professional world.

Example
~~~~~~~~

.. code-block:: pycon
>>> from pygeoif import geometry
Expand Down

0 comments on commit d825960

Please sign in to comment.