Skip to content

Conversation

Copy link

Copilot AI commented Feb 2, 2026

Corrects spelling errors in the batch_update_state method docstring introduced in #1714.

Changes:

  • Fixed "scheudles" → "schedules" in method description
  • Fixed "ScheudleItem" → "ScheduleItem" in parameter type annotation
def batch_update_state(self, schedules, state, update_all=False) -> list[str]:
    """
    Batch update the status of one or more schedules. If update_all is set,
    all schedules on the Tableau Server are affected.

    Parameters
    ----------
    schedules: Iterable[ScheduleItem | str] | Any
        The schedules to be updated. If update_all=True, this is ignored.
    ...

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: jacalata <2009720+jacalata@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback from PR #1737 for release v0.39 Fix typos in batch_update_state docstring Feb 2, 2026
Copilot AI requested a review from jacalata February 2, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants