From 2d7859cf99eb6b7a3f11cbecf2b3168ce4c28632 Mon Sep 17 00:00:00 2001 From: Conor MacBride Date: Mon, 17 May 2021 12:20:19 +0100 Subject: [PATCH] pickel to pickle Signed-off-by: Conor MacBride --- examples/gallery/models/plot_ibis8542data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gallery/models/plot_ibis8542data.py b/examples/gallery/models/plot_ibis8542data.py index 5dbcdd8..9b6a557 100644 --- a/examples/gallery/models/plot_ibis8542data.py +++ b/examples/gallery/models/plot_ibis8542data.py @@ -236,7 +236,7 @@ def select_training_set(indices, model): # # Until better solutions are available to store trained # neural networks, a trained neural network can be saved -# to a Python pickel file and later reloaded. For +# to a Python pickle file and later reloaded. For # maximum compatibility, it is recommended to reload # into the same version of scikit-learn and its # dependencies.