Explorar o código

Merge pull request #5824 from mlucool/patch-1

Updated xkcd tutorial for correct change emphasis
Afshin Taylor Darian %!s(int64=6) %!d(string=hai) anos
pai
achega
153433173d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/source/developer/xkcd_extension_tutorial.rst

+ 1 - 1
docs/source/developer/xkcd_extension_tutorial.rst

@@ -446,7 +446,7 @@ function to apply the CSS classes and add the attribution badge markup.
 The beginning of the function should read like the following:
 
 .. code-block:: typescript
-      :emphasize-lines: 9,13,16-22
+      :emphasize-lines: 9,13,16-23
 
       activate: (app: JupyterLab, palette: ICommandPalette) => {
         console.log('JupyterLab extension jupyterlab_xkcd is activated!');