Skip to content

Commit

Permalink
Doc string typos
Browse files Browse the repository at this point in the history
  • Loading branch information
daveisagit committed Jul 25, 2024
1 parent 7b29fcd commit 73c731f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/blocksets/classes/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ def __init__(self, a, b=None):
Raises:
DimensionMismatchError: If A and B are in different dimensions
ValueParsingError: When supplied arguments to the constructor do not
meet expectation, that being integer or float("inf") or a tuple of
those. ZeroSpaceError: If A and B have same value in any given
dimensions
ValueParsingError: When supplied arguments to the constructor do not meet expectation, that being integer or float("inf") or a tuple of those.
ZeroSpaceError: If A and B have same value in any given dimensions
"""
_a = self._validate_argument(a)

Expand Down

0 comments on commit 73c731f

Please sign in to comment.