Skip to content

Commit 427d2ef

Browse files
Fix 'note' in 'Using Multiple Channels' section
- Corrected the formatting for a 'note' - Fixed grammatical error
1 parent 06c60da commit 427d2ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/user/tipsandtricks.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ That happens because either the correct version of ``icu``,
2121
or any other package in the error,
2222
is not present or the package is missing altogether.
2323

24-
Once you can confirm by issuing the command ``conda list`` and searching for the package in question.
24+
You can confirm this by issuing the command ``conda list`` and searching for the package in question.
2525

2626
Why does that happen?
2727
---------------------
@@ -30,7 +30,8 @@ The ``conda-forge`` and ``defaults`` are not 100% compatible.
3030
In the example above it is known that ``defaults`` uses ``icu 54.*`` while ``conda-forge`` relies on ``icu 56.*``,
3131
that mismatch can lead to errors when the install environment is mixing packages from multiple channels.
3232

33-
Note: All of conda-forge software pinning can be found at: https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml
33+
.. note::
34+
All of conda-forge software pinning can be found at: https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/master/recipe/conda_build_config.yaml
3435

3536
How to fix it?
3637
--------------

0 commit comments

Comments
 (0)