Skip to content

Commit

Permalink
Merge pull request #568 from LLyaudet/patch-typo-Syndey
Browse files Browse the repository at this point in the history
LL : typo "Syndey" -> "Sydney"
  • Loading branch information
eriknw authored Jan 24, 2024
2 parents 9fef85a + 47d62a2 commit e78db44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/streaming-analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ residences.
>>> cities = [('Alice', 'NYC'),
... ('Alice', 'Chicago'),
... ('Dan', 'Syndey'),
... ('Dan', 'Sydney'),
... ('Edith', 'Paris'),
... ('Edith', 'Berlin'),
... ('Zhao', 'Shanghai')]
Expand Down
2 changes: 1 addition & 1 deletion toolz/itertoolz.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def join(leftkey, leftseq, rightkey, rightseq,
>>> cities = [('Alice', 'NYC'),
... ('Alice', 'Chicago'),
... ('Dan', 'Syndey'),
... ('Dan', 'Sydney'),
... ('Edith', 'Paris'),
... ('Edith', 'Berlin'),
... ('Zhao', 'Shanghai')]
Expand Down

0 comments on commit e78db44

Please sign in to comment.