Skip to content

Commit fa97baa

Browse files
committed
Coding standards
1 parent 4ec6da1 commit fa97baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pip install xivapi-py
4747
* /lodestone/feasts
4848

4949
## Documentation
50-
https://xivapi.com/docs/
50+
<https://xivapi.com/docs/>
5151

5252
## Example
5353
```python

xivapi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ async def index_search(self, name, indexes=(), columns=(), filters: List[Filter]
334334
}
335335
}
336336
})
337-
337+
338338
body["body"]["query"]["bool"]["filter"] = filts
339339

340340
if sort:

0 commit comments

Comments
 (0)