Skip to content

Commit

Permalink
doc: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
n-riesco committed Jun 19, 2015
1 parent 20c139f commit 317875e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/graphics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
"$$png$$ = require(\"fs\").readFileSync(\"image.jpg\").toString(\"base64\");"
"$$jpeg$$ = require(\"fs\").readFileSync(\"image.jpg\").toString(\"base64\");"
],
"language": "python",
"metadata": {},
Expand Down Expand Up @@ -199,4 +199,4 @@
"metadata": {}
}
]
}
}

0 comments on commit 317875e

Please sign in to comment.