Skip to content

Commit 0d4fda6

Browse files
fix typo in io_numpyro docstring
Co-authored-by: Tomás Capretto <[email protected]>
1 parent 8b3eab9 commit 0d4fda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arviz_base/io_numpyro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def from_numpyro_svi(
667667
model_args : tuple, optional
668668
Model arguments, should match those used for fitting the model.
669669
model_kwargs : dict, optional
670-
Model keyword arguments, should match those used for fitting the model.\
670+
Model keyword arguments, should match those used for fitting the model.
671671
prior : dict, optional
672672
Prior samples from a NumPyro model
673673
posterior_predictive : dict, optional

0 commit comments

Comments
 (0)