Skip to content

Commit

Permalink
typo in _multidict.pyx fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
popravich committed Jun 16, 2015
1 parent 9bce9e5 commit 67ab2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/_multidict.pyx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
from collections import abc
from collections.abc import Iterable, Set
from operators import itemgetter
from operator import itemgetter

This comment has been minimized.

Copy link
@popravich

popravich Jun 16, 2015

Author Member

...and I was wondering why tests were not failing for cythoned multidict



_marker = object()
Expand Down

0 comments on commit 67ab2c6

Please sign in to comment.