Skip to content

Commit

Permalink
Merge pull request #4688 from onceuponatimeforever/fixed-typos
Browse files Browse the repository at this point in the history
Fixed various typos in docstrings.
  • Loading branch information
takluyver committed Dec 13, 2013
2 parents 7d0bedb + 84e0029 commit ba01046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IPython/html/static/notebook/js/completer.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// function completer.
//
// completer should be a class that take an cell instance
// completer should be a class that takes an cell instance
var IPython = (function (IPython) {
// that will prevent us from misspelling
"use strict";

// easyier key mapping
// easier key mapping
var key = IPython.utils.keycodes;

function prepend_n_prc(str, n) {
Expand Down Expand Up @@ -114,7 +114,7 @@ var IPython = (function (IPython) {
* shared start
**/
Completer.prototype.carry_on_completion = function (first_invocation) {
// Pass true as parameter if you want the commpleter to autopick when
// Pass true as parameter if you want the completer to autopick when
// only one completion. This function is automatically reinvoked at
// each keystroke with first_invocation = false
var cur = this.editor.getCursor();
Expand Down

0 comments on commit ba01046

Please sign in to comment.