This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Fix parameter type of outformat
pull/985/head
Cheng Lian
8 months ago
parent
f517463eae
commit
3946a6824d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
diagrams/__init__.py
+ 1
- 1
diagrams/__init__.py
View File
@@ -82,7 +82,7 @@ class Diagram:
filename: str = "",
direction: str = "LR",
curvestyle: str = "ortho",
outformat: str = "png",
outformat: str
| list[str]
= "png",
autolabel: bool = False,
show: bool = True,
strict: bool = False,
Write
Preview
Loading…
Cancel
Save