From 9dfb4eba0125f89a9afe5867aab15965fb6465bb Mon Sep 17 00:00:00 2001 From: Nathaniel Starkman Date: Mon, 9 Sep 2024 22:56:19 -0400 Subject: [PATCH] docs: fix (#9) Signed-off-by: nstarman --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c6bc9d7..d4872e9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ then [`packaging.version.parse`][Version-link]. If the package cannot be found then it is considered `InstalledState.NOT_INSTALLED` `InstalledState.NOT_INSTALLED` is an [`enum.Enum`][Enum-link] member that has a -truthy value of `False`. THis can be useful for boolean checks, as +truthy value of `False`. This can be useful for boolean checks, as [`packaging.Version`][Version-link] always has a truthy value of `True`. ```python @@ -74,10 +74,9 @@ if OptDeps.PACKAGING: # truthy value of `True` ### Low-Level API Sometimes the high-level API is insufficient to determine whether an optional -dependency is present. For example, this can happen sometimes happen with -compiled packages, where the package appears to be installed, but something is -wrong. In these cases you can customize the enum members using the low-level -API. +dependency is present. For example, this can sometimes happen with compiled +packages, where the package appears to be installed, but something is wrong. In +these cases you can customize the enum members using the low-level API. The low-level functions are: