From 720fa06846c5820be6847556c6f996e0d3f1f1ad Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Tue, 12 Nov 2024 16:00:15 -0700 Subject: [PATCH] Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/dev/releasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/releasing.md b/docs/dev/releasing.md index abacffc8..1ee17709 100644 --- a/docs/dev/releasing.md +++ b/docs/dev/releasing.md @@ -103,6 +103,6 @@ - [ ] **Update conda-forge.** After the PyPI package is published, the conda-forge bot should update the - feedstock automatically after some times. The bot should automerge, so in + feedstock automatically after some time. The bot should automerge, so in most cases you don't need to do anything here, unless some metadata on the feedstock needs to be updated.