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:
parent
d2f0c5dcac
commit
b5a9612840
|
|
@ -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