mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +03:00
Minor documentation fix
This commit is contained in:
parent
3a239d5f80
commit
53c964c77e
@ -256,7 +256,7 @@ class gui:
|
|||||||
def fromBool(bol: bool) -> str:
|
def fromBool(bol: bool) -> str:
|
||||||
"""
|
"""
|
||||||
Converts a boolean to the string representation. True is converted to
|
Converts a boolean to the string representation. True is converted to
|
||||||
"true", False to "false".
|
"true", False to "false". (gui.TRUE and gui.FALSE are the same)
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
bol: Boolean value (True or false) to convert
|
bol: Boolean value (True or false) to convert
|
||||||
|
Loading…
Reference in New Issue
Block a user