diff options
author | Théo de la Hogue | 2023-03-27 18:45:05 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-03-27 18:45:05 +0200 |
commit | 78da945437bbb49a0fc84940c448e175f813230b (patch) | |
tree | 92c7891f5da539858d6197de9487f9add1a80308 | |
parent | 279229706fec35fa73a0c11dd1c67ebb1d59a914 (diff) | |
download | argaze-78da945437bbb49a0fc84940c448e175f813230b.zip argaze-78da945437bbb49a0fc84940c448e175f813230b.tar.gz argaze-78da945437bbb49a0fc84940c448e175f813230b.tar.bz2 argaze-78da945437bbb49a0fc84940c448e175f813230b.tar.xz |
Improving documentation
-rw-r--r-- | src/argaze/ArFeatures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/ArFeatures.py b/src/argaze/ArFeatures.py index 3706aac..d8a9f31 100644 --- a/src/argaze/ArFeatures.py +++ b/src/argaze/ArFeatures.py @@ -158,7 +158,7 @@ class ArScene(): @property def orthogonal_projection(self) -> AOI2DSceneType: - """Orthogonal projection of the aoi whole scene.""" + """Orthogonal projection of whole AOI scene.""" scene_size = self.aoi_scene.size |