Skip to content

Commit 1626d92

Browse files
committed
Fix typo
1 parent e76e0b4 commit 1626d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ Therefore, the conda-forge community maintains a list of packages that are safe
14261426
even if the original package only requires it for some versions.
14271427

14281428
For example, the package [pyquil](https://github.com/rigetti/pyquil) only
1429-
[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.
1429+
[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.
14301430

14311431
Currently available packages:
14321432

0 commit comments

Comments
 (0)