Clarify wireviz.parse() input types

This commit is contained in:
Daniel Rojas 2021-10-23 11:56:35 +02:00 committed by KV
parent df06e00ae3
commit 4db8c165ca

View File

@ -34,7 +34,7 @@ def parse(
and outputs the result as one or more files and/or as a function return value and outputs the result as one or more files and/or as a function return value
Accepted inputs: Accepted inputs:
* A path to a YAML source file to parse * A Path object or a path-like string pointing to a YAML source file to parse
* A string containing the YAML data to parse * A string containing the YAML data to parse
* A Python Dict containing the pre-parsed YAML data * A Python Dict containing the pre-parsed YAML data