aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/operations_computation.rst
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-29 20:33:57 +0100
committerGitHub <noreply@github.com>2019-11-29 20:33:57 +0100
commit6ebf6ceac2295385949b68202431dd6368b96f8e (patch)
tree2e261285773aab562580b0075cb25be913c529ab /docs/source/operations/operations_computation.rst
parent41faf3e8336eecd4f11555101411d8600848a40d (diff)
downloadPROJ-6ebf6ceac2295385949b68202431dd6368b96f8e.tar.gz
PROJ-6ebf6ceac2295385949b68202431dd6368b96f8e.zip
Update docs/source/operations/operations_computation.rst
Co-Authored-By: Kristian Evers <kristianevers@gmail.com>
Diffstat (limited to 'docs/source/operations/operations_computation.rst')
-rw-r--r--docs/source/operations/operations_computation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/operations_computation.rst b/docs/source/operations/operations_computation.rst
index edc6f826..497297a2 100644
--- a/docs/source/operations/operations_computation.rst
+++ b/docs/source/operations/operations_computation.rst
@@ -483,7 +483,7 @@ Projected CRS to any target CRS
This actually extends to any Derived CRS, whose Projected CRS is a well-known
particular case. Such transformations are done in 2 steps:
-1. Use the inverse conversion of the derived CRS to its base CRS, typically a
+1. Use the inverse conversion of the derived CRS to its base CRS, typically an
inverse map projection.
2. Find transformations from this base CRS to the target CRS. If the base CRS
is the target CRS, this step can be skipped.