Skip to content

Commit f1a20df

Browse files
authored
docs: Fix minor typos in examples/data_ops/10_data_ops_intro.py (#1558)
1 parent 693bff1 commit f1a20df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/data_ops/10_data_ops_intro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
predictor
107107

108108
# %%
109-
# Now that we have built our entire plan, we can have explore it in more detail
109+
# Now that we have built our entire plan, we can explore it in more detail
110110
# with the |.skb.full_report()| method::
111111
#
112112
# predictions.skb.full_report()
@@ -140,7 +140,7 @@
140140
saved_model = pickle.dumps(trained_learner)
141141

142142
# %%
143-
# We can now load the saved model back into memory using `pickle.loads`.
143+
# We can now load the saved model back into memory using ``pickle.loads``.
144144
loaded_model = pickle.loads(saved_model)
145145

146146
# %%

0 commit comments

Comments
 (0)