Skip to content

Commit 5b460cb

Browse files
Replace Dict -> dict
1 parent f02c3b1 commit 5b460cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ represented graph.
179179
:returns:
180180
A dictionary.
181181
:rtype:
182-
Dict[str, str]
182+
dict[str, str]
183183
)pbdoc");
184184
dot.def(
185185
"is_node",

0 commit comments

Comments
 (0)