Explorar el Código

Docstring typo.

Afshin Darian hace 8 años
padre
commit
ec3fe39a91
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/notebook/notebook/widget.ts

+ 1 - 1
src/notebook/notebook/widget.ts

@@ -728,7 +728,7 @@ class Notebook extends StaticNotebook {
    *
    * #### Notes
    * This method implements the DOM `EventListener` interface and is
-   * called in response to events on the dock panel's node. It should
+   * called in response to events on the notebook panel's node. It should
    * not be called directly by user code.
    */
   handleEvent(event: Event): void {