From ae5373497e6dd2fffb801b4a2e675b79faec29d1 Mon Sep 17 00:00:00 2001 From: Ryan Syracuse Date: Mon, 6 May 2019 12:42:55 -0400 Subject: [PATCH] xlsxwriter typo fix --- .../how-to-scrape-a-website-with-beautiful-soup/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/applications/big-data/how-to-scrape-a-website-with-beautiful-soup/index.md b/docs/applications/big-data/how-to-scrape-a-website-with-beautiful-soup/index.md index fd19bdff284..aa103511d9a 100644 --- a/docs/applications/big-data/how-to-scrape-a-website-with-beautiful-soup/index.md +++ b/docs/applications/big-data/how-to-scrape-a-website-with-beautiful-soup/index.md @@ -231,7 +231,7 @@ row = 0 The **Headlines** variable is a list of titles for the columns in the spreadsheet. The **row** variable tracks the current spreadsheet row. -2. Use `xlswriter` to open a workbook and add a worksheet to receive the data. +2. Use `xlsxwriter` to open a workbook and add a worksheet to receive the data. {{< file "craigslist.py" python >}} workbook = xlsxwriter.Workbook('motorcycle.xlsx')