Skip to content

Commit e11e113

Browse files
authored
Merge pull request #11 from jmmonsalve/patch-2
Update README.rst
2 parents 922af3d + 2b30864 commit e11e113

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ to your universe of entities.
146146
universe = [
147147
"RavenPack",
148148
{'ticker': 'AAPL'},
149-
'California USA',
150149
{ # Amazon, specifying various fields
151150
"client_id": "12345-A",
152151
"date": "2017-01-01",
@@ -164,9 +163,8 @@ to your universe of entities.
164163
# in this case we match everything
165164
assert len(mapping.matched) == len(universe)
166165
assert [m.name for m in mapping.matched] == [
167-
"RavenPack International S.L.",
166+
"RavenPack Ltd.",
168167
"Apple Inc.",
169-
"California, U.S.",
170168
"Amazon.com Inc."
171169
]
172170

0 commit comments

Comments
 (0)