Skip to content

Commit

Permalink
Fixed #935 Typos in /docs/Tutorial_Shapelet_Discovery.ipynb beteen ->…
Browse files Browse the repository at this point in the history
… between (#941)
  • Loading branch information
manascb1344 authored Jan 5, 2024
1 parent 3a1a24c commit 3559b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Tutorial_Shapelet_Discovery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"source": [
"def distance_to_shapelet(data, shapelet):\n",
" \"\"\"\n",
" Compute the minimum distance beteen each data sample and a shapelet of interest\n",
" Compute the minimum distance between each data sample and a shapelet of interest\n",
" \"\"\"\n",
" data = np.asarray(data)\n",
" X = np.empty(len(data))\n",
Expand Down Expand Up @@ -557,7 +557,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.10.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 3559b38

Please sign in to comment.