Skip to content

Commit 115f1fc

Browse files
committed
fix phrasing and formatting.
1 parent d2bacee commit 115f1fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ calling`_ for `pytest`_. It enables `200+ plugins`_ to extend and customize
1010
as a set of ``pluggy`` plugins which are invoked in sequence according to a
1111
well defined set of protocols.
1212

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.
1617

1718
In essence, ``pluggy`` enables function `hooking`_ so you can build
1819
"pluggable" systems.

0 commit comments

Comments
 (0)