Skip to content

Commit

Permalink
Merge pull request #54 from ngocdaothanh/patch-1
Browse files Browse the repository at this point in the history
Fix typo: fashin -> fashion
  • Loading branch information
brycekahle committed Dec 10, 2014
2 parents 18ba798 + 5194e01 commit 2af08ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sockjs-protocol-0.3.py
Expand Up @@ -253,7 +253,7 @@ class InfoTest(Test):
#
# But more importantly, the call to this url is used to measure
# the roundtrip time between the client and the server. So, please,
# do respond to this url in a timely fashin.
# do respond to this url in a timely fashion.
def test_basic(self):
r = GET(base_url + '/info')
self.assertEqual(r.status, 200)
Expand Down

0 comments on commit 2af08ec

Please sign in to comment.