File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ calling`_ for `pytest`_. It enables `200+ plugins`_ to extend and customize
10
10
as a set of ``pluggy `` plugins which are invoked in sequence according to a
11
11
well defined set of protocols.
12
12
13
- It gives users the possibility to extend or modify the behaviour of a host
14
- program by installing a `plugin ` for that program. The plugin code will run as
15
- part of normal program execution, changing or enhancing certain aspects of it.
13
+ It gives users the ability to extend or modify the behaviour of a
14
+ ``host program `` by installing a ``plugin `` for that program.
15
+ The plugin code will run as part of normal program execution, changing or
16
+ enhancing certain aspects of it.
16
17
17
18
In essence, ``pluggy `` enables function `hooking `_ so you can build
18
19
"pluggable" systems.
You can’t perform that action at this time.
0 commit comments