Skip to content

Commit

Permalink
Minor: fix typo in introduction_to_applying_machine_learning/US-censu…
Browse files Browse the repository at this point in the history
…s_population_segmentation_PCA_Kmeans/sagemaker-countycensusclustering.ipynb (aws#1467)

* Remove extra `"` character to fix the notebook.

Co-authored-by: Akash Goel <[email protected]>
  • Loading branch information
goelakash and goel-akas authored Aug 26, 2020
1 parent f26b4eb commit aafbb77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"outputs": [],
"source": [
"sess = sagemaker.Session()\n",
"bucket=sess.default_bucket()""
"bucket=sess.default_bucket()"
]
},
{
Expand Down

0 comments on commit aafbb77

Please sign in to comment.