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 c7dc5bd3d0d Add in missing space between dependency and comment
c7dc5bd3d0d is described below
commit c7dc5bd3d0d5388c4417bc7f5fbea2b0cf93e02f
Author: Danny McCormick <[email protected]>
AuthorDate: Tue Oct 31 09:52:01 2023 -0400
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": {