From d1bae32274520f024629b9a6801d96732622f97a Mon Sep 17 00:00:00 2001 From: Vivek Wisdom Date: Wed, 26 Sep 2018 13:25:18 +0530 Subject: [PATCH] Updated mistake in pysqldf spelling Updated mistake in `pysqldf` spelling, It was `pyqldf` instead of `pysqldf` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 001028b..50a5a74 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ joins and aggregations are also supported INNER JOIN births b ON m.date = b.date;""" ->>> joined = pyqldf(q) +>>> joined = pysqldf(q) >>> print joined.head() date beef births 403 2012-07-01 00:00:00 2200.8 368450