From 3ae38ba76398118f324660ebdee918356d50e51f Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Tue, 27 Feb 2024 11:28:39 -0600 Subject: [PATCH] Fix typo of duplicate lines --- package-structure-code/publish-python-package-pypi-conda.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/package-structure-code/publish-python-package-pypi-conda.md b/package-structure-code/publish-python-package-pypi-conda.md index c0e43e967..47be39652 100644 --- a/package-structure-code/publish-python-package-pypi-conda.md +++ b/package-structure-code/publish-python-package-pypi-conda.md @@ -69,8 +69,6 @@ packages. These repositories are known as channels (discussed below). :::{admonition} A brief history of conda's evolution :class: note -The conda ecosystem evolved years ago to provide support for and -simplify the process of managing software dependencies in scientific The conda ecosystem evolved years ago to provide support for, and simplify the process of, managing software dependencies in scientific Python projects.