Merge pull request #3441 from strburst/doc-configuring-fix-typo

Fix minor doc typo in example code
This commit is contained in:
Florian Bruhin 2017-12-26 17:26:47 +01:00 committed by GitHub
commit 2ef6e740d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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