Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/api-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down