diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-04-05 14:23:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-05 14:23:56 +0200 |
| commit | 4669819b870733ef7ad9906c6eff168e1e47459d (patch) | |
| tree | 3f1bc24d6bf6d0f25dd585bdc6cd53e756fed4a2 | |
| parent | 76973c9e567e815053b6dc9e71b9d93e0e9b9964 (diff) | |
| parent | f8423cb908f61527b43c825ba04cbe00158665fa (diff) | |
| download | PROJ-4669819b870733ef7ad9906c6eff168e1e47459d.tar.gz PROJ-4669819b870733ef7ad9906c6eff168e1e47459d.zip | |
Merge pull request #2649 from OSGeo/backport-2648-to-8.0
[Backport 8.0] Add missing comma
| -rw-r--r-- | docs/source/operations/options/R.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/options/R.rst b/docs/source/operations/options/R.rst index 1d4af03a..6d1b597e 100644 --- a/docs/source/operations/options/R.rst +++ b/docs/source/operations/options/R.rst @@ -1,4 +1,4 @@ .. option:: +R=<value> - Radius of the sphere given in meters. If used in conjunction with ``+ellps`` + Radius of the sphere given in meters. If used in conjunction with ``+ellps``, ``+R`` takes precedence. |
