Skip to content

Commit dde643b

Browse files
committed
fix spelling
1 parent 10d8992 commit dde643b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

siibra/volumes/parcellationmap.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def get_colormap(self, region_specs: Iterable = None, *, fill_uncolored: bool =
715715
if fill_uncolored:
716716
seed = len(self.regions)
717717
np.random.seed(seed)
718-
logger.info(f"Random colors are allowed for regions without preconfgirued colors. Random seee: {seed}.")
718+
logger.info(f"Random colors are allowed for regions without preconfgirued colors. Random seed: {seed}.")
719719

720720
colors = {}
721721
if region_specs is not None:
@@ -753,7 +753,7 @@ def get_colormap(self, region_specs: Iterable = None, *, fill_uncolored: bool =
753753

754754
if no_predefined_color:
755755
logger.info(
756-
f"No preconfigured color found for the follwing regions."
756+
f"No preconfigured color found for the following regions."
757757
"Use `fill_uncolored=True` to display with a non-background color.\n"
758758
f"{no_predefined_color}"
759759
)

0 commit comments

Comments
 (0)