Skip to content

Commit

Permalink
fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Pellegrino committed Dec 16, 2014
1 parent 900e047 commit bdd32e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ It is possible to select data from different tables by providing columns with di

```python
column_a = SumColumn("column_a")
column_b = SumColumn("column_b", table_name="table_b", group_by=["user"]
column_b = SumColumn("column_b", table_name="table_b", group_by=["user"])
```

Here `column_a` will be selected from the table configured in the QueryContext while `column_b` will be selected from
Expand Down

0 comments on commit bdd32e4

Please sign in to comment.