docs(graph): fix typo in comment (#9436)

* docs(graph): fix typo in comment

* [autofix.ci] apply automated fixes

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Hamza Rashid 2025-08-25 13:22:58 -04:00 committed by GitHub
commit 60229628a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6573 additions and 4049 deletions

View file

@ -346,7 +346,7 @@ class Graph:
for key, value in _input.items():
vertex = self.get_vertex(key)
vertex.set_input_value(key, value)
# I want to keep a counter of how many tyimes result.vertex.id
# I want to keep a counter of how many times result.vertex.id
# has been yielded
yielded_counts: dict[str, int] = defaultdict(int)

10620
uv.lock generated

File diff suppressed because it is too large Load diff