Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin authored and sackh committed Sep 9, 2020
1 parent c911493 commit 92299dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/xyz_pro_features_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
"space_id1 = space1.info[\"id\"]\n",
"\n",
"title2 = \"Testing xyzspaces duplicate\"\n",
"description2 = \"Temporary space containing chicago parks data duplicate\"\n",
"description2 = \"Temporary space containing Chicago parks data duplicate\"\n",
"space2 = xyz.spaces.new(title=title1, description=description1)\n",
"\n",
"# Add some data to it space2\n",
Expand Down Expand Up @@ -430,7 +430,7 @@
"source": [
"# Create a new space\n",
"title = \"Testing xyzspaces\"\n",
"description = \"Temporary space containing chicago parks data.\"\n",
"description = \"Temporary space containing Chicago parks data.\"\n",
"space = xyz.spaces.new(title=title, description=description)"
]
},
Expand Down

0 comments on commit 92299dd

Please sign in to comment.