From cb62cc950c55986252167038bb794316eb985245 Mon Sep 17 00:00:00 2001 From: Adam Pugh Date: Tue, 21 Dec 2021 14:12:45 -0600 Subject: [PATCH] Spelling update updated Properities to Properties in two places --- docs/docs/api-ref.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/api-ref.md b/docs/docs/api-ref.md index cf6bc96..96fa9fb 100644 --- a/docs/docs/api-ref.md +++ b/docs/docs/api-ref.md @@ -30,7 +30,7 @@ Saves any changes to the workbook to the existing file. `Workbook.save_as(self, new_filename):` Saves any changes to the workbook to a new file specified by the `new_file` parameter. -**Properities:** +**Properties:** `self.worksheets:` Returns a list of worksheets found in the workbook. @@ -56,7 +56,7 @@ The Connection class represents a tableau data connection. It can be from any ty **Methods:** -**Properities:** +**Properties:** `self.server:` Returns a string containing the server.