1
0
mirror of https://github.com/django/django.git synced 2025-04-14 04:22:21 +00:00

Fixed typo in django/db/backends/postgresql/psycopg_any.py comment.

This commit is contained in:
Jacob Walls 2025-03-04 19:05:03 -05:00 committed by Sarah Boyce
parent ae2736ca3b
commit 5a8b088a76

View File

@ -53,7 +53,7 @@ try:
@lru_cache
def get_adapters_template(use_tz, timezone):
# Create at adapters map extending the base one.
# Create an adapters map extending the base one.
ctx = adapt.AdaptersMap(adapters)
# Register a no-op dumper to avoid a round trip from psycopg version 3
# decode to json.dumps() to json.loads(), when using a custom decoder