Skip to content

Commit

Permalink
fix upcase
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyouzhi committed Oct 9, 2023
1 parent 2a44dfb commit d7c1bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/distributed/spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def spawn(func, args=(), nprocs=-1, join=True, daemon=False, **options):
Examples:
.. code-block:: python
>>> # doctest: +REQUIRES(env:distributed)
>>> # doctest: +REQUIRES(env:DISTRIBUTED)
>>> import paddle
>>> import paddle.nn as nn
>>> import paddle.optimizer as opt
Expand Down

0 comments on commit d7c1bf4

Please sign in to comment.