Skip to content

Commit 6c543ca

Browse files
jwilksdispater
authored andcommitted
README: remove duplicated words (#154)
1 parent 425cbb5 commit 6c543ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Even though the ``Pendulum`` class is a subclass of ``datetime`` there are some
133133
it can't replace the native class directly. Here is a list (non-exhaustive) of the reported cases with
134134
a possible solution, if any:
135135

136-
* ``sqlite3`` will use the the ``type()`` function to determine the type of the object by default. To work around it you can register a new adapter:
136+
* ``sqlite3`` will use the ``type()`` function to determine the type of the object by default. To work around it you can register a new adapter:
137137

138138
.. code-block:: python
139139
@@ -142,7 +142,7 @@ a possible solution, if any:
142142
143143
register_adapter(Pendulum, lambda val: val.isoformat(' '))
144144
145-
* ``mysqlclient`` (former ``MySQLdb``) and ``PyMySQL`` will use the the ``type()`` function to determine the type of the object by default. To work around it you can register a new adapter:
145+
* ``mysqlclient`` (former ``MySQLdb``) and ``PyMySQL`` will use the ``type()`` function to determine the type of the object by default. To work around it you can register a new adapter:
146146

147147
.. code-block:: python
148148

0 commit comments

Comments
 (0)