Skip to content

Commit

Permalink
Merge pull request josiahcarlson#53 from zaq1tomo/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
josiahcarlson authored Oct 1, 2018
2 parents 2a73cd1 + 3aa156e commit c795c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ch02_listing_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def test_login_cookies(self):
print "The current number of sessions still available is:", s
self.assertFalse(s)

def test_shoppping_cart_cookies(self):
def test_shopping_cart_cookies(self):
conn = self.conn
global LIMIT, QUIT
token = str(uuid.uuid4())
Expand Down

0 comments on commit c795c25

Please sign in to comment.