From c7dc5bd3d0d5388c4417bc7f5fbea2b0cf93e02f Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 31 Oct 2023 09:52:01 -0400 Subject: [PATCH] Add in missing space between dependency and comment --- examples/notebooks/beam-ml/run_inference_windowing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/notebooks/beam-ml/run_inference_windowing.ipynb b/examples/notebooks/beam-ml/run_inference_windowing.ipynb index 02b1d42f422..a2ba3ad8dde 100644 --- a/examples/notebooks/beam-ml/run_inference_windowing.ipynb +++ b/examples/notebooks/beam-ml/run_inference_windowing.ipynb @@ -95,7 +95,7 @@ "source": [ "!pip install apache-beam==2.47.0\n", "!pip install xgboost", - "# You may need to install a different version of Datatable directly depending on environment", + " # You may need to install a different version of Datatable directly depending on environment", "!pip install datatable" ], "metadata": {