Skip to content

Commit d548be6

Browse files
committed
Fixed a typo in description.
1 parent 6d52245 commit d548be6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## `django_threaded_sync_to_async`
22

3-
Tools for replacing `sync_to_async` calls to `sync_to_async(thread_sensitive=None, executor=...)`, effectively allowing Django to make calls to database concurrently.
3+
Tools for replacing `sync_to_async` calls to `sync_to_async(thread_sensitive=False, executor=...)`, effectively allowing Django to make calls to database concurrently.
44

55
```
66
pip3 install django_threaded_sync_to_async

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setuptools.setup(
1010
name="django_threaded_sync_to_async",
1111
version="1.0.1",
12-
description="Tools for replacing `sync_to_async` calls to `sync_to_async(thread_sensitive=None, executor=...)`, effectively allowing Django to make calls to database concurrently",
12+
description="Tools for replacing `sync_to_async` calls to `sync_to_async(thread_sensitive=False, executor=...)`, effectively allowing Django to make calls to database concurrently",
1313
long_description=readme.read(),
1414
long_description_content_type="text/markdown",
1515
author="Vladimir Chebotarev",

0 commit comments

Comments
 (0)