Skip to content

Commit 7ff5bff

Browse files
committed
Fix typos in documentation.
Closes: #151.
1 parent dfcf135 commit 7ff5bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Does asyncpg support DB-API?
1414

1515
Can I use asyncpg with SQLAlchemy ORM?
1616
Short answer: no. asyncpg uses asynchronous execution model
17-
and API, which is fundamentally incompatible with asyncpg.
17+
and API, which is fundamentally incompatible with SQLAlchemy.
1818
However, it is possible to use asyncpg and SQLAlchemy Core
1919
with the help of a third-party adapter, such as asyncpgsa_.
2020

docs/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ The table below shows the correspondence between PostgreSQL and Python types.
9393
+----------------------+-----------------------------------------------------+
9494
| ``cidr`` | :class:`ipaddress.IPv4Network\ |
9595
| | <python:ipaddress.IPv4Network>`, |
96-
| | :class:`ipaddress.IPv6Netowrk\ |
96+
| | :class:`ipaddress.IPv6Network\ |
9797
| | <python:ipaddress.IPv6Network>` |
9898
+----------------------+-----------------------------------------------------+
9999
| ``inet`` | :class:`ipaddress.IPv4Network\ |
100100
| | <python:ipaddress.IPv4Network>`, |
101-
| | :class:`ipaddress.IPv6Netowrk\ |
101+
| | :class:`ipaddress.IPv6Network\ |
102102
| | <python:ipaddress.IPv6Network>`, |
103103
| | :class:`ipaddress.IPv4Address\ |
104104
| | <python:ipaddress.IPv4Address>`, |

0 commit comments

Comments
 (0)