diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:24:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:24:24 -0400 |
commit | ad516ab16414eba0f07d8fff15af06da9eb87cb4 (patch) | |
tree | 9434ee712dc863a8a651c2fa515f01ec91d972eb | |
parent | 4ffedd8b284af245c50b264edcff6b0e41a16d75 (diff) |
libraries/batinfo: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | libraries/batinfo/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/batinfo/README b/libraries/batinfo/README index 577750316614..96dfaa1d1618 100644 --- a/libraries/batinfo/README +++ b/libraries/batinfo/README @@ -1,3 +1,3 @@ -batinfo is a simple Python library to retrieve battery information on operating -systems based on Linux. No ACPI or external software are needed: only the Linux -kernel and its /sys/class/power_supply folder. +batinfo is a simple Python library to retrieve battery information +on operating systems based on Linux. No ACPI or external software are +needed: only the Linux kernel and its /sys/class/power_supply folder. |