We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 922af3d + 2b30864 commit e11e113Copy full SHA for e11e113
1 file changed
README.rst
@@ -146,7 +146,6 @@ to your universe of entities.
146
universe = [
147
"RavenPack",
148
{'ticker': 'AAPL'},
149
- 'California USA',
150
{ # Amazon, specifying various fields
151
"client_id": "12345-A",
152
"date": "2017-01-01",
@@ -164,9 +163,8 @@ to your universe of entities.
164
163
# in this case we match everything
165
assert len(mapping.matched) == len(universe)
166
assert [m.name for m in mapping.matched] == [
167
- "RavenPack International S.L.",
+ "RavenPack Ltd.",
168
"Apple Inc.",
169
- "California, U.S.",
170
"Amazon.com Inc."
171
]
172
0 commit comments