diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2014-06-26 16:45:55 +0200 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2014-06-26 16:46:09 +0200 |
commit | 23a4b93292d5820a3bfc59958c2660531fc87a65 (patch) | |
tree | 72ca87edfc70e400fb39a3857f73e781441f428c | |
parent | a4143161484ca2cc2bb8d402e93b5b6e70042b1f (diff) |
Fix two typos in the documentation
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -93,8 +93,9 @@ to work properly* generate the configuration -------------------------- -At last, you can generate the output by calling the method get_output() -Redirect this output in your vimperator configuration file if you are okay with. +At last, you can generate the output by calling the method get_output(). +Redirect this output in your vimperator configuration file if you are okay with +it. print(builder.get_output()) |