From d825960d8f208ffff162bcc19761665c281b81dd Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Sat, 27 Apr 2024 15:19:53 +0100 Subject: [PATCH] update readme --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a4cacfe..ca8f3a3 100644 --- a/README.rst +++ b/README.rst @@ -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) @@ -161,7 +162,6 @@ x, y, z : float Example ~~~~~~~~ - .. code-block:: pycon >>> from pygeoif import Point @@ -271,7 +271,6 @@ So it's very rarely used in the real GIS professional world. Example ~~~~~~~~ - .. code-block:: pycon >>> from pygeoif import geometry