Skip to content

Commit 9005c3d

Browse files
authored
[CodeStyle][DocFormat][37] Use pycon for code-block language marker (python/paddle/vision/datasets/mnist.py) (PaddlePaddle#77798)
1 parent da03ea6 commit 9005c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/vision/datasets/mnist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class MNIST(Dataset[tuple["_ImageDataType", "npt.NDArray[np.int64]"]]):
6161
6262
Examples:
6363
64-
.. code-block:: python
64+
.. code-block:: pycon
6565
6666
>>> import itertools
6767
>>> import paddle.vision.transforms as T
@@ -281,7 +281,7 @@ class FashionMNIST(MNIST):
281281
282282
Examples:
283283
284-
.. code-block:: python
284+
.. code-block:: pycon
285285
286286
>>> import itertools
287287
>>> import paddle.vision.transforms as T

0 commit comments

Comments
 (0)