From 4e0a8364373c39d05fb9e060cdbf4a2e4dc23158 Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Mon, 13 May 2024 17:19:39 +0200 Subject: [PATCH] run `update-help.py` with Python 3.12.3 --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 6fcca62ae4..9a583b7a76 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1383,7 +1383,7 @@ https://github.com/xflr6/graphviz/blob/master/docs/api.rst#source-1 engine: Optional[str] = None, encoding: Optional[str] = 'utf-8', renderer: Optional[str] = None, - formatter: Optional[str] = None) -> 'Source' from builtins.type + formatter: Optional[str] = None) -> 'Source' | Return an instance with the source string read from the given file. | | Args: