From 1626d92b437f1471d24f03512370e2436519fb4a Mon Sep 17 00:00:00 2001 From: yhori Date: Wed, 1 May 2024 01:54:22 +0000 Subject: [PATCH] Fix typo --- docs/maintainer/knowledge_base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintainer/knowledge_base.md b/docs/maintainer/knowledge_base.md index 7a33def79d..3f3f403a52 100644 --- a/docs/maintainer/knowledge_base.md +++ b/docs/maintainer/knowledge_base.md @@ -1426,7 +1426,7 @@ Therefore, the conda-forge community maintains a list of packages that are safe even if the original package only requires it for some versions. For example, the package [pyquil](https://github.com/rigetti/pyquil) only -[requires](https://github.com/rigetti/pyquil/blob/497791e8108d8780109d75410be786c5f6e590ea/pyproject.toml#L30) `importlib-metadata` for `python <3.8` but it is actually save to be installed under `python >=3.8` as well. +[requires](https://github.com/rigetti/pyquil/blob/497791e8108d8780109d75410be786c5f6e590ea/pyproject.toml#L30) `importlib-metadata` for `python <3.8` but it is actually safe to be installed under `python >=3.8` as well. Currently available packages: