Skip to content

Commit

Permalink
Update python/paddle/tensor/math.py
Browse files Browse the repository at this point in the history
Co-authored-by: zachary sun <[email protected]>
  • Loading branch information
cocoshe and sunzhongkai588 authored Jan 9, 2024
1 parent 6214243 commit 9d50a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/tensor/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -7158,7 +7158,7 @@ def bitwise_left_shift(x, y, is_arithmetic=True, out=None, name=None):
Examples:
.. code-block:: python
:name: example1
:name: bitwise_left_shift_example1
>>> import paddle
>>> x = paddle.to_tensor([[1,2,4,8],[16,17,32,65]])
Expand Down

0 comments on commit 9d50a52

Please sign in to comment.