diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-03-04 19:05:03 -0500 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-05 10:40:13 +0100 |
| commit | 5a8b088a76629739f33631710b735aa5ca1e3672 (patch) | |
| tree | bdd5205cc980ab457182327f7de5543acd6f984f /django/db/backends/postgresql/psycopg_any.py | |
| parent | ae2736ca3bf4c6a27e23ee95530ad965b550d4cc (diff) | |
Fixed typo in django/db/backends/postgresql/psycopg_any.py comment.
Diffstat (limited to 'django/db/backends/postgresql/psycopg_any.py')
| -rw-r--r-- | django/db/backends/postgresql/psycopg_any.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/postgresql/psycopg_any.py b/django/db/backends/postgresql/psycopg_any.py index 700fc6ec83..dea4800fce 100644 --- a/django/db/backends/postgresql/psycopg_any.py +++ b/django/db/backends/postgresql/psycopg_any.py @@ -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 |
