diff --git a/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb b/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb index c93a07c95..6912e076c 100644 --- a/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb +++ b/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb @@ -113,7 +113,7 @@ "source": [ "# The path to the target 3D model we wish to fit\n", "# e.g. download https://free3d.com/3d-model/-dolphin-v1--12175.html and save in ./data/dolphin\n", - "trg_obj = os.path.join('./data/doplhin', '10014_dolphin_v2_max2011_it2.obj')" + "trg_obj = os.path.join('./data/dolphin', '10014_dolphin_v2_max2011_it2.obj')" ] }, {