Skip to content

Commit

Permalink
rst != markdown, again, Will
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Jan 31, 2025
1 parent 8aa6020 commit 7695959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions movement/roi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BaseRegionOfInterest:
there are a number of discussions concerning subclassing ``shapely``
objects;
- https://github.com/shapely/shapely/issues/1233#issuecomment-977837620.
- https://github.com/shapely/shapely/issues/1233.
- https://stackoverflow.com/questions/10788976/how-do-i-properly-inherit-from-a-superclass-that-has-a-new-method
To avoid the complexities of subclassing ourselves, we simply elect to wrap
Expand All @@ -35,7 +35,7 @@ class BaseRegionOfInterest:
otherwise interpret in a set-theoretic sense, giving confusing answers to
users).
This class is not designed to be instantiated directly. It _can be_
This class is not designed to be instantiated directly. It can be
instantiated, however its primary purpose is to reduce code duplication.
"""

Expand Down

0 comments on commit 7695959

Please sign in to comment.