Skip to content

Commit ad61ca1

Browse files
committed
Minor docstring update
1 parent fa254f5 commit ad61ca1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

peewee_async.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,6 @@ class TaskLocals:
14131413
"""Simple `dict` wrapper to get and set values on per `asyncio`
14141414
task basis.
14151415
1416-
14171416
The idea is similar to thread-local data, but actually *much* simpler.
14181417
It's no more than a "sugar" class. Use `get()` and `set()` method like
14191418
you would to for `dict` but values will be get and set in the context

0 commit comments

Comments
 (0)