Skip to content

Commit 43a4822

Browse files
authored
Fix typo (#61)
1 parent 1141c50 commit 43a4822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curvlinops/kfac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def _compute_loss_and_backward(self, output: Tensor, y: Tensor):
284284
Raises:
285285
ValueError: If ``fisher_type`` is not ``'type-2'``, ``'mc'``, or
286286
``'empirical'``.
287-
NotImplementedError: If ``fisher_type`` is ``'type-1'`` and the
287+
NotImplementedError: If ``fisher_type`` is ``'type-2'`` and the
288288
output is not 2d.
289289
"""
290290
if self._fisher_type == "type-2":

0 commit comments

Comments
 (0)