Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8c9b3 commit fd683c6Copy full SHA for fd683c6
1 file changed
ftplugin/python/ipy.vim
@@ -189,7 +189,7 @@ def km_from_string(s=''):
189
kc.start_channels()
190
send = kc.shell_channel.execute
191
192
- #XXX: backwards compatability for IPython < 0.13
+ #XXX: backwards compatibility for IPython < 0.13
193
import inspect
194
sc = kc.shell_channel
195
num_oinfo_args = len(inspect.getargspec(sc.object_info).args)
@@ -199,7 +199,7 @@ def km_from_string(s=''):
199
klass._oinfo_orig = klass.object_info
200
klass.object_info = lambda s,x,y: s._oinfo_orig(x)
201
202
- #XXX: backwards compatability for IPython < 1.0
+ #XXX: backwards compatibility for IPython < 1.0
203
if not hasattr(kc, 'iopub_channel'):
204
kc.iopub_channel = kc.sub_channel
205
0 commit comments