diff options
| author | Chris Sullins <chris.sullins@oracle.com> | 2018-10-31 22:46:19 -0700 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2020-02-23 18:28:06 -0800 |
| commit | 2efe22f6dc7b4068c5317eb00adea2de25970a5d (patch) | |
| tree | 9b366e670a87f27ea6b340dcdd79415b8384555a /docs/utils.rst | |
| parent | f546f06a7baa846684cdf207df24b021441733a8 (diff) | |
| download | click-2efe22f6dc7b4068c5317eb00adea2de25970a5d.tar.gz | |
clarify multiple options
Diffstat (limited to 'docs/utils.rst')
| -rw-r--r-- | docs/utils.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/utils.rst b/docs/utils.rst index 4ac3374..902e5fd 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -33,7 +33,7 @@ suppressed by passing ``nl=False``:: Last but not least :func:`echo` uses click's intelligent internal output streams to stdout and stderr which support unicode output on the Windows console. This means for as long as you are using `click.echo` you can -output unicode character (there are some limitations on the default font +output unicode characters (there are some limitations on the default font with regards to which characters can be displayed). This functionality is new in Click 6.0. @@ -211,7 +211,7 @@ Click supports launching editors automatically through :func:`edit`. This is very useful for asking users for multi-line input. It will automatically open the user's defined editor or fall back to a sensible default. If the user closes the editor without saving, the return value -will be `None` otherwise the entered text. +will be ``None``, otherwise the entered text. Example usage:: |
