We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab53205 commit 769927eCopy full SHA for 769927e
1 file changed
README.md
@@ -133,7 +133,6 @@ The entity mapping endpoint allow you to find the RP_ENTITY_ID mapped to your un
133
universe = [
134
"RavenPack",
135
{'ticker': 'AAPL'},
136
- 'California USA',
137
{ # Amazon, specifying various fields
138
"client_id": "12345-A",
139
"date": "2017-01-01",
@@ -151,9 +150,8 @@ mapping = api.get_entity_mapping(universe)
151
150
# in this case we match everything
152
assert len(mapping.matched) == len(universe)
153
assert [m.name for m in mapping.matched] == [
154
- "RavenPack International S.L.",
+ "RavenPack Ltd.",
155
"Apple Inc.",
156
- "California, U.S.",
157
"Amazon.com Inc."
158
]
159
```
0 commit comments