Skip to content

Commit 19c18f7

Browse files
Apply suggestion from @sneakers-the-rat
Co-authored-by: Jonny Saunders <sneakers-the-rat@protonmail.com>
1 parent 8aae6e1 commit 19c18f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appendices/editor-in-chief-checks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to work on them before the review process begins.
99
Please check our [Python packaging guide](https://www.pyopensci.org/python-package-guide) for more information on the elements
1010
below.
1111

12-
- [ ] **Installation** The package can be installed from a community repository such as PyPI (preferred), and/or a community channel on conda (for example, conda-forge, bioconda) or other forges for example, pixi's `rg-forge`.
12+
- [ ] **Installation** The package can be installed from a community repository such as PyPI (preferred), a community channel on conda (for example, conda-forge, bioconda), and/or other forges (for example, pixi's `rg-forge`).
1313
- [ ] The package imports properly into a standard Python environment `import package`.
1414
- [ ] **Fit** The package meets criteria for [fit](https://www.pyopensci.org/software-peer-review/about/package-scope.html#what-types-of-packages-does-pyopensci-review) and [overlap](https://www.pyopensci.org/software-peer-review/about/package-scope.html#package-overlap).
1515
- [ ] **Documentation** The package has sufficient online documentation to allow us to evaluate the package's function and scope *without installing the package*. This includes:

0 commit comments

Comments
 (0)