Skip to content

Commit a97d584

Browse files
authored
DOC Fix typo (scikit-learn#29618)
1 parent 3c86573 commit a97d584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/model_persistence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ persist and plan to serve the model:
119119
to get predictions. This environment can be minimal and does not necessarily
120120
even require Python to be installed to load the model and compute
121121
predictions. Also note that `onnxruntime` typically requires much less RAM
122-
than Python to to compute predictions from small models.
122+
than Python to compute predictions from small models.
123123

124124
- :mod:`skops.io`, :mod:`pickle`, :mod:`joblib`, `cloudpickle`_: You need a
125125
Python environment with the appropriate dependencies installed to load the

0 commit comments

Comments
 (0)