diff --git a/latest/.doctrees/environment.pickle b/latest/.doctrees/environment.pickle index 7390c692..367e7bf2 100644 Binary files a/latest/.doctrees/environment.pickle and b/latest/.doctrees/environment.pickle differ diff --git a/latest/.doctrees/examples/read-locks.doctree b/latest/.doctrees/examples/read-locks.doctree index 06e182b4..19b862b7 100644 Binary files a/latest/.doctrees/examples/read-locks.doctree and b/latest/.doctrees/examples/read-locks.doctree differ diff --git a/latest/.doctrees/nbsphinx/examples/read-locks.ipynb b/latest/.doctrees/nbsphinx/examples/read-locks.ipynb index 99015806..ac44f228 100644 --- a/latest/.doctrees/nbsphinx/examples/read-locks.ipynb +++ b/latest/.doctrees/nbsphinx/examples/read-locks.ipynb @@ -201,7 +201,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "If you're reapeatedly reading subsets of the data, using the default lock or `lock=some_lock_object` to benefit from the caching." + "If you're repeatedly reading subsets of the data, using the default lock or `lock=some_lock_object` to benefit from the caching." ] } ], diff --git a/latest/_sources/examples/read-locks.ipynb.txt b/latest/_sources/examples/read-locks.ipynb.txt index 99015806..ac44f228 100644 --- a/latest/_sources/examples/read-locks.ipynb.txt +++ b/latest/_sources/examples/read-locks.ipynb.txt @@ -201,7 +201,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "If you're reapeatedly reading subsets of the data, using the default lock or `lock=some_lock_object` to benefit from the caching." + "If you're repeatedly reading subsets of the data, using the default lock or `lock=some_lock_object` to benefit from the caching." ] } ], diff --git a/latest/examples/read-locks.html b/latest/examples/read-locks.html index e707eb4a..c70fbd57 100644 --- a/latest/examples/read-locks.html +++ b/latest/examples/read-locks.html @@ -264,7 +264,7 @@
If you’re reapeatedly reading subsets of the data, using the default lock or lock=some_lock_object
to benefit from the caching.
If you’re repeatedly reading subsets of the data, using the default lock or lock=some_lock_object
to benefit from the caching.