Skip to content

Commit 3b41bec

Browse files
committed
Fix typo ayncpg -> asyncpg
1 parent 0a49130 commit 3b41bec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+73
-73
lines changed

.github/release_log.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/_testbase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/cluster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/connect_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/cursor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/exceptions/_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/introspection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/pool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/prepared_stmt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/buffer.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/buffer.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/array.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/base.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/base.pyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under
@@ -530,7 +530,7 @@ cdef class DataCodecConfig:
530530
return codec
531531

532532
if oid <= MAXBUILTINOID:
533-
# This is a BKI type, for which ayncpg has no
533+
# This is a BKI type, for which asyncpg has no
534534
# defined codec. This should only happen for newly
535535
# added builtin types, for which this version of
536536
# asyncpg is lacking support.

asyncpg/protocol/codecs/bits.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/bytea.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/datetime.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/float.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/geometry.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/hstore.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/int.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/json.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/misc.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/money.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/network.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/numeric.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/range.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/record.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/text.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/textutils.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/tsearch.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/txid.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/codecs/uuid.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/consts.pxi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/coreproto.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/coreproto.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/encodings.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/hton.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/pgtypes.pxi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/prepared_stmt.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/prepared_stmt.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/protocol.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/protocol.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/python.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/record/__init__.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/settings.pxd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/protocol/settings.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/serverversion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/transaction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

asyncpg/types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
source_suffix = '.rst'
3232
master_doc = 'index'
3333
project = 'asyncpg'
34-
copyright = '2016-present, the ayncpg authors and contributors'
34+
copyright = '2016-present, the asyncpg authors and contributors'
3535
author = '<See AUTHORS file>'
3636
release = version
3737
language = None

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

tests/test_cache_invalidation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

tests/test_cancellation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

tests/test_codecs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

tests/test_connect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

tests/test_cursor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

tests/test_exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

tests/test_execute.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

tests/test_listeners.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-present the ayncpg authors and contributors
1+
# Copyright (C) 2016-present the asyncpg authors and contributors
22
# <see AUTHORS file>
33
#
44
# This module is part of asyncpg and is released under

0 commit comments

Comments
 (0)