Fix minor doc typo in example code

There should be an extra parenthesis to close the call to the outer
print function.
This commit is contained in:
Allen Zheng 2017-12-26 11:21:02 -05:00
parent d2f0c5dcac
commit b5a9612840

View File

@ -264,7 +264,7 @@ get a string:
.config.py: .config.py:
[source,python] [source,python]
---- ----
print(str(config.configdir / 'config.py') print(str(config.configdir / 'config.py'))
---- ----
Handling errors Handling errors