Skip to content

Commit

Permalink
Fixed typo in formatting.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Smith committed Dec 5, 2014
1 parent bd375c4 commit 9ebfbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def append(self, column, after=None):
if after:
for idx, col in enumerate(columns, 1):
if col.name == after:
columns.insert(idx, newColumn)
columns.insert(idx, column)
return self
columns.append(column)
return self
Expand Down

0 comments on commit 9ebfbbd

Please sign in to comment.