Skip to content

Commit c9034f3

Browse files
authored
Merge pull request #22 from peterjc/patch-1
Remove stray greater-than
2 parents d8b5591 + cb648b8 commit c9034f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/faqs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,17 @@ gives a lot of context on the Anaconda/conda ecosystem.
149149

150150
- **conda** is the name of the package manager, which is what runs when you call,
151151
e.g., ``conda install``.
152-
- **mamba** is a drop-in replacement for conda
152+
- **mamba** is a drop-in replacement for conda.
153153
- **Anaconda** is a large installation including Python, conda, and a large number
154154
of packages.
155155
- **Miniconda** just has conda and its dependencies (in contrast to the larger
156-
Anaconda distribution)
156+
Anaconda distribution).
157157
- **Miniforge** is like miniconda, but with the conda-forge channel
158158
preconfigured and all packages coming from the conda-forge and *not* the
159159
``defaults`` channel. It also now has mamba and libmamba included.
160160
- **Mambaforge** is like miniforge, but has mamba installed into the base
161161
environment. While not strictly deprecated, its use is discouraged as of
162-
Sept 2023 (see `miniforge README <https://github.com/conda-forge/miniforge>`_)>
162+
Sept 2023 (see `miniforge README <https://github.com/conda-forge/miniforge>`_).
163163
- **Micromamba** is not a conda distribution. Rather, it is a minimal binary
164164
that has roughly the same commands as mamba, so that a single executable
165165
(rather than an entire Python installation required for conda itself) can be

0 commit comments

Comments
 (0)