From d5f4dc9d3f81d2f1acc79426af2653fb96424e6c Mon Sep 17 00:00:00 2001 From: Cameron Eure Date: Mon, 8 Oct 2012 13:29:29 -0700 Subject: [PATCH] README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 01fc810..183c38e 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ print murmur3.hash32('my string') a, b, c, d = murmur3.hash128('my other string') print a, b, c, d -a, b = murmur3,hash128_64('my other other string') +a, b = murmur3.hash128_64('my other other string') print a, b See http://code.google.com/p/smhasher/ for more information.