Skip to content

Commit 5e9f3d6

Browse files
authored
docs: Note to use functools.wrap instead of utils.wrapping. (#966)
1 parent e17129a commit 5e9f3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ refactoring, or new features of Python 3, and are no longer implemented:
284284
- `utils.logging_debug()`
285285
- `utils.positional()`
286286
- `utils.tweak_logging()`
287-
- `utils.wrapping()`
287+
- `utils.wrapping()` (use `functools.wraps` instead)
288288
- `utils.threading_local()`
289289

290290
## Bare Metal

0 commit comments

Comments
 (0)