Skip to content

Commit

Permalink
docs: get rid of double offer
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 16, 2023
1 parent c3c67ec commit 36dd81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/why.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> Monkey patching is software bankruptcy.
*svcs* (pronounced *services*) gives you unified and ergonomic API for storing and retrieving objects to and from your web application's **request objects**.
Additionally, it ensures that those objects get **cleaned up** when the request is done, offers hooks that make your application more **testable**, and offers you live **introspection** of their health.
Additionally, it ensures that those objects get **cleaned up** when the request is done, offers hooks that make your application more **testable**, and gives you live **introspection** of their health.

This documentation mostly talks in terms of web applications because they are the most common use-case for packages like this.
However, *svcs* is useful for any application that can benefit from {term}`late binding` and being pluggable.
Expand Down

0 comments on commit 36dd81e

Please sign in to comment.