Skip to content

Commit 4f1272b

Browse files
authored
documentation: fix undoc directive; removes extra tabs (#1529)
1 parent 3949416 commit 4f1272b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/frameworks/tensorflow/sagemaker.tensorflow.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ TensorFlow Serving Model
3131

3232
.. autoclass:: sagemaker.tensorflow.serving.Model
3333
:members:
34-
:undoc-members:
35-
:show-inheritance:
34+
:undoc-members:
35+
:show-inheritance:
3636

3737
TensorFlow Serving Predictor
3838
----------------------------
3939

4040
.. autoclass:: sagemaker.tensorflow.serving.Predictor
4141
:members:
42-
:undoc-members:
43-
:show-inheritance:
42+
:undoc-members:
43+
:show-inheritance:

0 commit comments

Comments
 (0)