From b5a9612840d5f348746904e09b25b63f342f19c2 Mon Sep 17 00:00:00 2001 From: Allen Zheng Date: Tue, 26 Dec 2017 11:21:02 -0500 Subject: Fix minor doc typo in example code There should be an extra parenthesis to close the call to the outer print function. --- doc/help/configuring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 766e6bc7f..a9b7b6ddf 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -264,7 +264,7 @@ get a string: .config.py: [source,python] ---- -print(str(config.configdir / 'config.py') +print(str(config.configdir / 'config.py')) ---- Handling errors -- cgit v1.2.3-54-g00ecf