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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)