Skip to content

Commit

Permalink
Fix docstring indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jul 16, 2024
1 parent f40116a commit e756599
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ class RegistrationMethod(Enum):
Attributes:
PHASE_CROSS_CORRELATION: phase cross correlation based on scikit-image
(works with 2D & 3D images).
(works with 2D & 3D images).
CHI2_SHIFT: chi2 shift based on image-registration library
(only works with 2D images).
(only works with 2D images).
"""

PHASE_CROSS_CORRELATION = "phase_cross_correlation"
Expand Down

0 comments on commit e756599

Please sign in to comment.