Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiu committed Aug 30, 2021
1 parent 8868228 commit ce2c819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/paddle/tensor/to_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def set_printoptions(precision=None,
Args:
precision (int, optional): Number of digits of the floating number, default 8.
threshold (int, optional): Total number of elements printed, default 1000.
edgeitems (int, optional): Number of elements in summary at the begining and end of each dimension, defalt 3.
linewidth (int, optional): Number of characters per line, defalt 80.
edgeitems (int, optional): Number of elements in summary at the begining and ending of each dimension, default 3.
linewidth (int, optional): Number of characters each line, default 80.
sci_mode (bool, optional): Format the floating number with scientific notation or not, default False.
Returns:
Expand Down

0 comments on commit ce2c819

Please sign in to comment.