Skip to content

Commit

Permalink
Minor docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed May 1, 2016
1 parent fa254f5 commit ad61ca1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peewee_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,6 @@ class TaskLocals:
"""Simple `dict` wrapper to get and set values on per `asyncio`
task basis.
The idea is similar to thread-local data, but actually *much* simpler.
It's no more than a "sugar" class. Use `get()` and `set()` method like
you would to for `dict` but values will be get and set in the context
Expand Down

0 comments on commit ad61ca1

Please sign in to comment.