Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rationale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are perfectly sane use cases for monkey-patching (aka *weaving*):

Then in those situations:

* You would need to handle yourself all different kids of patching (patching
* You would need to handle yourself all different kinds of patching (patching
a module is different than patching a class, a function or a method for that matter).
``aspectlib`` will handle all this gross patching mumbo-jumbo for you, consistently, over many Python versions.
* Writing the actual wrappers is repetitive, boring and error-prone. You can't reuse wrappers
Expand Down