Skip to content

Commit

Permalink
fix typos "{X,Y}Bounds" -> "Bounds{X,Y}" (#1705)
Browse files Browse the repository at this point in the history
* fix typos "{X,Y}Bounds" -> "Bounds{X,Y}"

* minor commit to poke Travis build
  • Loading branch information
jordansamuels authored and jlstevens committed Jul 11, 2017
1 parent fb8c149 commit 26447b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/reference/streams/bokeh/BoundsX.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"source": [
"<div class=\"contentcontainer med left\" style=\"margin-left: -50px;\">\n",
" <dl class=\"dl-horizontal\">\n",
" <dt>Title</dt> <dd> XBounds stream example</dd>\n",
" <dt>Description</dt> <dd>A linked streams example demonstrating how to use XBounds streams.</dd>\n",
" <dt>Title</dt> <dd> BoundsX stream example</dd>\n",
" <dt>Description</dt> <dd>A linked streams example demonstrating how to use BoundsX streams. </dd>\n",
" <dt>Backends</dt> <dd> Bokeh</dd>\n",
" <dt>Tags</dt> <dd> streams, linked, interactive</dd>\n",
" </dl>\n",
Expand Down
4 changes: 2 additions & 2 deletions examples/reference/streams/bokeh/BoundsY.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"source": [
"<div class=\"contentcontainer med left\" style=\"margin-left: -50px;\">\n",
" <dl class=\"dl-horizontal\">\n",
" <dt>Title</dt> <dd> YBounds stream example</dd>\n",
" <dt>Description</dt> <dd>A linked streams example demonstrating how to use YBounds streams.</dd>\n",
" <dt>Title</dt> <dd> BoundsY stream example</dd>\n",
" <dt>Description</dt> <dd>A linked streams example demonstrating how to use BoundsY streams.</dd>\n",
" <dt>Backends</dt> <dd> Bokeh</dd>\n",
" <dt>Tags</dt> <dd> streams, linked, interactive</dd>\n",
" </dl>\n",
Expand Down

0 comments on commit 26447b4

Please sign in to comment.