From cb62cc950c55986252167038bb794316eb985245 Mon Sep 17 00:00:00 2001 From: Adam Pugh Date: Tue, 21 Dec 2021 14:12:45 -0600 Subject: [PATCH 1/2] 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. From 55806ba62900ab2a968cc034a693b723fc1fc522 Mon Sep 17 00:00:00 2001 From: Adam Pugh Date: Tue, 21 Dec 2021 14:16:42 -0600 Subject: [PATCH 2/2] Spelling update updated submiting to submitting --- docs/docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/contributing.md b/docs/docs/contributing.md index ee94e99..abd8faf 100644 --- a/docs/docs/contributing.md +++ b/docs/docs/contributing.md @@ -21,7 +21,7 @@ a feature do not require the CLA. To submit an issue/bug report, or to request a feature, please submit a [github issue](https://github.com/tableau/document-api-python/issues) to the repo. -If you are submiting a bug report, please provide as much information as you can, including clear and concise repro steps, attaching any necessary +If you are submitting a bug report, please provide as much information as you can, including clear and concise repro steps, attaching any necessary files to assist in the repro. **Be sure to scrub the files of any potentially sensitive information. Issues are public.** For a feature request, please try to describe the scenario you are trying to accomplish that requires the feature. This will help us understand