Skip to content

Commit 60f955c

Browse files
committed
ENV changed to Environment
1 parent 0067417 commit 60f955c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/misc/00_intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Glossary
66

77
.. glossary::
88

9-
ENV
10-
**E**\ nvironment. An environment is a tool that helps to keep dependencies required by different projects separate by creating isolated spaces for them that contain per-project dependencies for them. `Learn More <https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/environments.html>`__.
9+
ENVIRONMENT
10+
An environment is a tool that helps to keep dependencies required by different projects separate by creating isolated spaces for them that contain per-project dependencies for them. `Learn More <https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/environments.html>`__.
1111

1212
CI
1313
**C**\ ontinuous **I**\ ntegration. Continuous integration is the practice of automating the integration of code changes from multiple contributors into a single software project. `Learn More <https://en.wikipedia.org/wiki/Continuous_integration>`__.

0 commit comments

Comments
 (0)