Skip to content

Commit d44b772

Browse files
james-martensKfacJaxDev
authored and
KfacJaxDev
committed
Fixing small typo in docstring.
PiperOrigin-RevId: 466954884
1 parent 698fcc6 commit d44b772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kfac_jax/_src/optimizer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def __init__(
259259
specifying whether the batch is replicated over multiple devices and
260260
returns the batch size for a single device. (Default: ``None``)
261261
pmap_axis_name: String. The name of the pmap axis to use when
262-
``multi_device`` is set to True. (Default: ``curvature_axis``)
262+
``multi_device`` is set to True. (Default: ``kfac_axis``)
263263
forbid_setting_attributes_after_finalize: Boolean. By default after the
264264
object is finalized, you can not set any of its properties. This is done
265265
in order to protect the user from making changes to the object

0 commit comments

Comments
 (0)