Skip to content

docs: fix Scheduler.close docstring#9198

Merged
jacobtomlinson merged 1 commit intodask:mainfrom
cnaples79:fix/doc-scheduler-close
Mar 3, 2026
Merged

docs: fix Scheduler.close docstring#9198
jacobtomlinson merged 1 commit intodask:mainfrom
cnaples79:fix/doc-scheduler-close

Conversation

@cnaples79
Copy link
Contributor

Summary

  • remove reference to non-existent Scheduler.cleanup and tighten Scheduler.close docstring

Rationale

Changes

  • distributed/scheduler.py: docstring now accurately describes close

Tests

  • not run (docs-only)

Closes #9175

Signed-off-by: Chase Naples <Cnaples79@gmail.com>
@cnaples79 cnaples79 requested a review from fjetter as a code owner February 23, 2026 04:13
@github-actions
Copy link
Contributor

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

    31 files  ±0      31 suites  ±0   11h 21m 11s ⏱️ +17s
 4 113 tests ±0   4 002 ✅  - 4    104 💤 ±0  7 ❌ +4 
59 636 runs  ±0  57 155 ✅  - 4  2 474 💤 ±0  7 ❌ +4 

For more details on these failures, see this check.

Results for commit 942b772. ± Comparison against base commit 4fb4814.

@jacobtomlinson jacobtomlinson merged commit 5bb4e9f into dask:main Mar 3, 2026
30 of 38 checks passed
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.

Docstring for Scheduler.close refers to non-existent Scheduler.cleanup method

2 participants