Skip to content

Commit 15ca1ba

Browse files
committed
[qa] Minor fixes to README rst syntax
1 parent 81f14f8 commit 15ca1ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ This field takes four optional arguments:
9898
- ``auto_bbox``: If ``True``, the GeoJSON object will include
9999
a `bounding box <https://datatracker.ietf.org/doc/html/rfc7946#section-5>`_,
100100
which is the smallest possible rectangle enclosing the geometry.
101-
- ``transform`` (defaults to ``None``): Can be set to any value that is accepted by
102-
|GEOSGeometry.transform|_. Set to `4326` if your input geometries are in another
101+
- ``transform`` (defaults to ``None``): Can be set to any value that is accepted by
102+
|GEOSGeometry.transform|_. Set to `4326` if your input geometries are in another
103103
projection and you want to produce output according to the `GeoJSON standard
104-
<https://datatracker.ietf.org/doc/html/rfc7946#section-4>`_. If ``None`` (or the
105-
input geometries do not have a SRID), the output coordinates will not be
104+
<https://datatracker.ietf.org/doc/html/rfc7946#section-4>`_. If ``None`` (or the
105+
input geometries do not have a SRID), the output coordinates will not be
106106
transformed.
107107

108108
.. |GEOSGeometry.transform| replace:: ``GEOSGeometry.transform``
@@ -758,7 +758,7 @@ Contributing
758758
------------
759759

760760
1. Announce your intentions in the
761-
`Github Discussions Forum <https://github.com/openwisp/django-rest-framework-gis/discussions>`__
761+
`Github Discussions Forum <https://github.com/openwisp/django-rest-framework-gis/discussions>`__
762762
2. Follow the `PEP8 Style Guide for Python
763763
Code <http://www.python.org/dev/peps/pep-0008/>`__
764764
3. Fork this repo

0 commit comments

Comments
 (0)