diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-04-05 07:05:29 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-04-05 05:05:55 +0000 |
| commit | f8423cb908f61527b43c825ba04cbe00158665fa (patch) | |
| tree | 3f1bc24d6bf6d0f25dd585bdc6cd53e756fed4a2 | |
| parent | 76973c9e567e815053b6dc9e71b9d93e0e9b9964 (diff) | |
| download | PROJ-f8423cb908f61527b43c825ba04cbe00158665fa.tar.gz PROJ-f8423cb908f61527b43c825ba04cbe00158665fa.zip | |
Merge pull request #2648 from jidanni/patch-1
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. |
