Skip to content

Commit

Permalink
fix typo "trigger_type"
Browse files Browse the repository at this point in the history
  • Loading branch information
wizza-smile committed Feb 11, 2015
1 parent d3d65cf commit 9f548f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/codeintel2/buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def trg_from_pos(self, pos, implicit=True, trigger_type="both"):
This is generally a better place to implement trg_from_pos if this
language's content can appear in a multi-language buffer (e.g. CSS).
"""
return self.langintel.trg_from_pos(self, pos, implicit, type=trigger_type)
return self.langintel.trg_from_pos(self, pos, implicit, trigger_type=trigger_type)

def preceding_trg_from_pos(self, pos, curr_pos, trigger_type="both"):
"""Look back from the given position for a trigger point within
Expand Down

0 comments on commit 9f548f1

Please sign in to comment.