You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/12/09 17:07:49 UTC

[beam] branch master updated: Fix some small notebook typos (#24616)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 4baee1aa9f3 Fix some small notebook typos (#24616)
4baee1aa9f3 is described below

commit 4baee1aa9f358c449c5ab97d5996729ba5dcfae0
Author: Danny McCormick <da...@google.com>
AuthorDate: Fri Dec 9 12:07:39 2022 -0500

    Fix some small notebook typos (#24616)
---
 examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb  | 2 +-
 examples/notebooks/beam-ml/run_inference_tensorflow_hub.ipynb | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb b/examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb
index e45f1bd2d39..ec4e9a05ed5 100644
--- a/examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb
+++ b/examples/notebooks/beam-ml/dataframe_api_preprocessing.ipynb
@@ -3431,7 +3431,7 @@
     {
       "cell_type": "markdown",
       "source": [
-        "Wait while the the pipeline job runs."
+        "Wait while the pipeline job runs."
       ],
       "metadata": {
         "id": "dzdqmzKzTOng"
diff --git a/examples/notebooks/beam-ml/run_inference_tensorflow_hub.ipynb b/examples/notebooks/beam-ml/run_inference_tensorflow_hub.ipynb
index 77007f72efc..7d1f04f47c0 100644
--- a/examples/notebooks/beam-ml/run_inference_tensorflow_hub.ipynb
+++ b/examples/notebooks/beam-ml/run_inference_tensorflow_hub.ipynb
@@ -310,8 +310,8 @@
       ],
       "source": [
         "saved_model_spec = model_spec_pb2.SavedModelSpec(model_path=MODEL_EXPORT_DIR)\n",
-        "inferece_spec_type = model_spec_pb2.InferenceSpecType(saved_model_spec=saved_model_spec)\n",
-        "model_handler = CreateModelHandler(inferece_spec_type)\n",
+        "inference_spec_type = model_spec_pb2.InferenceSpecType(saved_model_spec=saved_model_spec)\n",
+        "model_handler = CreateModelHandler(inference_spec_type)\n",
         "\n",
         "questions = [\n",
         "    'what is the official slogan for the 2018 winter olympics?',\n",
@@ -540,4 +540,4 @@
   },
   "nbformat": 4,
   "nbformat_minor": 5
-}
\ No newline at end of file
+}