Skip to content

Commit

Permalink
LL : typo "Syndey" -> "Sydney"
Browse files Browse the repository at this point in the history
  • Loading branch information
LLyaudet authored Jul 10, 2023
1 parent 9fef85a commit 47d62a2
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 47d62a2

Please sign in to comment.