Skip to content

Commit 276e5a3

Browse files
committed
Fix typo
1 parent fe341e1 commit 276e5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cebra/integrations/sklearn/cebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ class CEBRA(TransformerMixin, BaseEstimator):
499499
|Default:| ``(('betas', (0.9, 0.999)), ('eps', 1e-08), ('weight_decay', 0), ('amsgrad', False))``
500500
masking_kwargs (tuple):
501501
A Tuple of masking types and their corresponding required masking values. The keys are the
502-
names of the Mask instances and formating should be ``((key, value), (key, value))``.
502+
names of the Mask instances and formatting should be ``((key, value), (key, value))``.
503503
|Default:| ``None``.
504504
505505
Example:

0 commit comments

Comments
 (0)