Skip to content

Commit cff5232

Browse files
committed
remove Non-ASCII character '\xc2'
1 parent 8415e18 commit cff5232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/fluid/layers/control_flow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class ParallelDo(object):
236236
"""
237237
ParallelDo is used to represent multi-thread data parallel processing.
238238
239-
Its vanilla implementation can be shown as the following (:math:`|` means
239+
Its vanilla implementation can be shown as the following (:math:`|` means
240240
single thread and :math:`||||` means multiple threads)
241241
242242
.. code-block:: text
@@ -252,7 +252,7 @@ class ParallelDo(object):
252252
|||| Compute backward pass in parallel
253253
| accumulate param@grad from different devices to the first device
254254
| Merge input@grad from different devices
255-
 | Copy param@grad to the place of parallel_do_op
255+
| Copy param@grad to the place of parallel_do_op
256256
257257
Examples:
258258

0 commit comments

Comments
 (0)