Skip to content

Commit 4050c74

Browse files
adamchainzmethane
authored andcommitted
Fix some typos in HISTORY (#129)
1 parent 42b68a4 commit 4050c74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HISTORY

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Use _binary prefix for bytes/bytearray parameters (#106)
1717

1818
Use mysql_real_escape_string_quote() if exists (#109)
1919

20-
Better Warning propergation (#101)
20+
Better Warning propagation (#101)
2121

2222
Fix conversion error when mysql_affected_rows returns -1
2323

2424
Fix Cursor.callproc may raise TypeError (#90, #91)
2525

26-
connect() support 'database' and 'password' keyword argument.
26+
connect() supports the 'database' and 'password' keyword arguments.
2727

28-
Fix accessing to dungling pointer when using ssl (#78)
28+
Fix accessing dangling pointer when using ssl (#78)
2929

3030
Accept %% in Cursor.executemany (#83)
3131

32-
Fix warning cause TypeError on Python 3 (#68)
32+
Fix warning that caused TypeError on Python 3 (#68)
3333

3434
=====================
3535
What's new in 1.3.7

0 commit comments

Comments
 (0)