diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2014-05-13 01:21:35 +0200 |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2014-05-13 01:21:35 +0200 |
commit | c7846b345fb4faf1b3aee41ab72de7699a9fea02 (patch) | |
tree | a251f2fb02dd0be4210cbf96b7ca6617000e4bdd | |
parent | 147bd4b7cbca950a32f25c2740446252972016ba (diff) | |
parent | 9651c04a5f9c7711e11eb5aff5a79a725bc07ba4 (diff) | |
download | click-c7846b345fb4faf1b3aee41ab72de7699a9fea02.tar.gz |
Merge pull request #80 from dirn/patch-1
Fix typo in docs
-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 251d61b..e43ebb9 100644 --- a/docs/utils.rst +++ b/docs/utils.rst @@ -8,8 +8,8 @@ parsing and handling, it also provides a bunch of addon functionality that is useful for writing command line utilities. -Priting to Stdout ------------------ +Printing to Stdout +------------------ The most obvious helper is the :func:`echo` function which in many ways works like the Python print statement or function. The main difference is |