|
167 | 167 | Output Messages. |
168 | 168 |
|
169 | 169 | :param contents: Message contents. |
170 | | - The item is ``put_xxx()`` call, and any other type will be coverted to ``put_text(content)``. |
| 170 | + The item is ``put_xxx()`` call, and any other type will be converted to ``put_text(content)``. |
171 | 171 | :param bool closable: Whether to show a dismiss button on the right of the message. |
172 | 172 | :param int scope, position: Those arguments have the same meaning as for `put_text()` |
173 | 173 |
|
@@ -402,7 +402,7 @@ def put_info(*contents, closable=False, scope=None, position=OutputPosition.BOTT |
402 | 402 | """Output information message. |
403 | 403 |
|
404 | 404 | :param contents: Message contents. |
405 | | - The item is ``put_xxx()`` call, and any other type will be coverted to ``put_text(content)``. |
| 405 | + The item is ``put_xxx()`` call, and any other type will be converted to ``put_text(content)``. |
406 | 406 | :param bool closable: Whether to show a dismiss button on the right of the message. |
407 | 407 | :param int scope, position: Those arguments have the same meaning as for `put_text()` |
408 | 408 |
|
@@ -1414,7 +1414,7 @@ def output(*contents): |
1414 | 1414 | and after being output, the content can also be modified by the handler (See code example below). |
1415 | 1415 |
|
1416 | 1416 | :param contents: The initial contents to be output. |
1417 | | - The item is ``put_xxx()`` call, and any other type will be coverted to ``put_text(content)``. |
| 1417 | + The item is ``put_xxx()`` call, and any other type will be converted to ``put_text(content)``. |
1418 | 1418 | :return: An OutputHandler instance, the methods of the instance are as follows: |
1419 | 1419 |
|
1420 | 1420 | * ``reset(*contents)`` : Reset original contents to ``contents`` |
|
0 commit comments