Browse Source

Merge pull request #73 from ricardohbin/minor-fix-docs

fix: graph_attr example
pull/76/head
MinJae Kwon 4 years ago
committed by GitHub
parent
commit
b99971f2c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/diagram.md

+ 1
- 1
docs/guides/diagram.md View File

@@ -83,7 +83,7 @@ from diagrams import Diagram
from diagrams.aws.compute import EC2 from diagrams.aws.compute import EC2


graph_attr = { graph_attr = {
"fontsize": 45,
"fontsize": "45",
"bgcolor": "transparent" "bgcolor": "transparent"
} }




Loading…
Cancel
Save