Commit 5e5da07
authored
BUG: Fix frozenset display in pprint (pandas-dev#60867)
* Fix frozenset display in pprint
It needs to have braces like a set.
* Fix frozenset pprint test1 parent 11e3dc2 commit 5e5da07
File tree
2 files changed
+2
-2
lines changed- pandas
- io/formats
- tests/io/formats
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments