Skip to content

Commit c2116a2

Browse files
updated release note
1 parent 50733c4 commit c2116a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
fixes:
33
- |
4-
profiling: Fixes a bug where code that sub-classes our wrapped locks, would crash with ``TypeError`` when the profiler is enabled.
5-
One example of this is neo4j's ``AsyncRLock`` that inherits from ``asyncio.Lock``.
4+
profiling: Fixes a bug where code that sub-classes our wrapped locks crashes with ``TypeError`` during profiling.
5+
One example of this is neo4j's ``AsyncRLock``, which inherits from ``asyncio.Lock``.

0 commit comments

Comments
 (0)