Merge pull request #3441 from strburst/doc-configuring-fix-typo
Fix minor doc typo in example code
This commit is contained in:
commit
2ef6e740d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user