Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd683c6

Browse files
committed
minor typo
1 parent fa8c9b3 commit fd683c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ftplugin/python/ipy.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def km_from_string(s=''):
189189
kc.start_channels()
190190
send = kc.shell_channel.execute
191191

192-
#XXX: backwards compatability for IPython < 0.13
192+
#XXX: backwards compatibility for IPython < 0.13
193193
import inspect
194194
sc = kc.shell_channel
195195
num_oinfo_args = len(inspect.getargspec(sc.object_info).args)
@@ -199,7 +199,7 @@ def km_from_string(s=''):
199199
klass._oinfo_orig = klass.object_info
200200
klass.object_info = lambda s,x,y: s._oinfo_orig(x)
201201

202-
#XXX: backwards compatability for IPython < 1.0
202+
#XXX: backwards compatibility for IPython < 1.0
203203
if not hasattr(kc, 'iopub_channel'):
204204
kc.iopub_channel = kc.sub_channel
205205

0 commit comments

Comments
 (0)