File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ LPDB_python provides Python interfaces for the [Liquipedia Database API](https:/
99
1010## LPDB Session
1111
12- Python wrapper for LPDB session is defined in [ session.py] ( src/lpdb /session.py ) . The wrapper provides the following
12+ Python wrapper for LPDB session is defined in [ session.py] ( src/lpdb_python /session.py ) . The wrapper provides the following
1313differences from making your own requests:
1414
1515- Type hints
@@ -32,7 +32,7 @@ differences from making your own requests:
3232Data types in LPDB can be found in < https://liquipedia.net/commons/Help:LiquipediaDB > .
3333
3434The raw data returned from LPDB may not be in the corresponding Python types. To help easily access the data,
35- [ defs.py] ( src/lpdb /defs.py ) file provides wrappers for each available data types that offers converted data
35+ [ defs.py] ( src/lpdb_python /defs.py ) file provides wrappers for each available data types that offers converted data
3636as object properties.
3737
3838A property provided by the wrapper may be ` None ` if the raw data passed to the constructor of the wrapper
You can’t perform that action at this time.
0 commit comments