Skip to content

Commit

Permalink
fix Dune characters
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Feb 20, 2021
1 parent aaea99f commit 6e49efa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rich/__main__.py
Expand Up @@ -169,9 +169,9 @@ def iter_last(values: Iterable[T]) -> Iterable[Tuple[bool, T]]:
"foo": [
3.1427,
(
"Paul Atriedies",
"Paul Atreides",
"Vladimir Harkonnen",
"Thufir Haway",
"Thufir Hawat",
),
],
"atomic": (False, True, None),
Expand Down
4 changes: 2 additions & 2 deletions rich/traceback.py
Expand Up @@ -599,9 +599,9 @@ def foo(a):

zed = {
"characters": {
"Paul Atriedies",
"Paul Atreides",
"Vladimir Harkonnen",
"Thufir Haway",
"Thufir Hawat",
"Duncan Idaho",
},
"atomic_types": (None, False, True),
Expand Down

0 comments on commit 6e49efa

Please sign in to comment.