Skip to content

Commit 922af3d

Browse files
authored
Merge pull request #10 from jmmonsalve/patch-1
Update README.md
2 parents ab53205 + 769927e commit 922af3d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The entity mapping endpoint allow you to find the RP_ENTITY_ID mapped to your un
133133
universe = [
134134
"RavenPack",
135135
{'ticker': 'AAPL'},
136-
'California USA',
137136
{ # Amazon, specifying various fields
138137
"client_id": "12345-A",
139138
"date": "2017-01-01",
@@ -151,9 +150,8 @@ mapping = api.get_entity_mapping(universe)
151150
# in this case we match everything
152151
assert len(mapping.matched) == len(universe)
153152
assert [m.name for m in mapping.matched] == [
154-
"RavenPack International S.L.",
153+
"RavenPack Ltd.",
155154
"Apple Inc.",
156-
"California, U.S.",
157155
"Amazon.com Inc."
158156
]
159157
```

0 commit comments

Comments
 (0)