1
0
forked from VimPlug/jedi

Fix simple typo: wheter -> whether (#1460)

Closes #1459
This commit is contained in:
Tim Gates
2019-12-17 20:05:21 +11:00
committed by Dave Halter
parent 41a6591d88
commit 542a2a339e
2 changed files with 2 additions and 1 deletions

View File

@@ -54,5 +54,6 @@ Dima Gerasimov (@karlicoss) <karlicoss@gmail.com>
Max Woerner Chase (@mwchase) <max.chase@gmail.com>
Johannes Maria Frank (@jmfrank63) <jmfrank63@gmail.com>
Shane Steinert-Threlkeld (@shanest) <ssshanest@gmail.com>
Tim Gates (@timgates42) <tim.gates@iress.com>
Note: (@user) means a github user name.

View File

@@ -10,7 +10,7 @@ current module will be checked for appearances of ``arr.append``,
content will be added
This can be really cpu intensive, as you can imagine. Because |jedi| has to
follow **every** ``append`` and check wheter it's the right array. However this
follow **every** ``append`` and check whether it's the right array. However this
works pretty good, because in *slow* cases, the recursion detector and other
settings will stop this process.