Skip to content

Commit 4b5b2d4

Browse files
committed
CHANGELOG: fix errors in 1.0.0 entry
Refs #468.
1 parent 0abac75 commit 4b5b2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Features
148148
--------
149149

150150
- `#282 <https://github.com/pytest-dev/pluggy/issues/282>`_: When registering a hookimpl which is declared as ``hookwrapper=True`` but whose
151-
function is not a generator function, a ``PluggyValidationError`` exception is
151+
function is not a generator function, a :class:`~pluggy.PluginValidationError` exception is
152152
now raised.
153153

154154
Previously this problem would cause an error only later, when calling the hook.
@@ -158,7 +158,7 @@ Features
158158

159159
.. code-block:: python
160160
161-
def my_hook_real_implementation(arg):
161+
def my_hook_implementation(arg):
162162
print("before")
163163
yield
164164
print("after")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy