Update documentation
This commit is contained in:
parent
d555d55b2c
commit
f7a7dd37ed
13 changed files with 60 additions and 60 deletions
|
@ -6,7 +6,7 @@ Battery
|
|||
Class Documentation
|
||||
********************
|
||||
|
||||
.. autoclass:: compLIB.Battery.Battery
|
||||
.. autoclass:: compLib.Battery.Battery
|
||||
:members:
|
||||
|
||||
|
||||
|
@ -18,6 +18,6 @@ Printing percentage
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from compLIB.Battery import Battery
|
||||
from compLib.Battery import Battery
|
||||
|
||||
print(Battery.percent())
|
Reference in a new issue