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:
|
.config.py:
|
||||||
[source,python]
|
[source,python]
|
||||||
----
|
----
|
||||||
print(str(config.configdir / 'config.py')
|
print(str(config.configdir / 'config.py'))
|
||||||
----
|
----
|
||||||
|
|
||||||
Handling errors
|
Handling errors
|
||||||
|
Loading…
Reference in New Issue
Block a user