Skip to content

Commit 99fe4f2

Browse files
committed
trailing whitespaces fix
1 parent 57e2b5f commit 99fe4f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/amazon_sagemaker_featurestore.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,10 @@ The following code from the fraud detection example shows a minimal
230230
    enable_online_store=True
231231
)
232232
233-
Creating a feature group takes time as the data is loaded. You will
233+
Creating a feature group takes time as the data is loaded. You will
234234
need to wait until it is created before you can use it. You can
235-
check status using the following method. Note that it can take
236-
approximately 10-15 minutes to provision an online ``FeatureGroup``
235+
check status using the following method. Note that it can take
236+
approximately 10-15 minutes to provision an online ``FeatureGroup``
237237
with the ``InMemory`` ``StorageType``.
238238

239239
.. code:: python
@@ -482,8 +482,8 @@ Feature Store `DatasetBuilder API Reference
482482
.. rubric:: Delete a feature group
483483
:name: bCe9CA61b78
484484

485-
You can delete a feature group with the ``delete`` function. Note that it
486-
can take approximately 10-15 minutes to delete an online ``FeatureGroup``
485+
You can delete a feature group with the ``delete`` function. Note that it
486+
can take approximately 10-15 minutes to delete an online ``FeatureGroup``
487487
with the ``InMemory`` ``StorageType``.
488488

489489
.. code:: python

0 commit comments

Comments
 (0)