Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit f65e8f6

Browse files
KemingHegithub-actions[bot]
authored andcommitted
docs(src/assets/): update conda official documentation
1 parent b3a6d0b commit f65e8f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/assets/conda/_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_repo": "conda/conda",
33
"docs_path": "docs",
4-
"updated_at": "2025-09-02T22:04:40Z",
5-
"commit_sha": "c6effe6e710d04aefdb105985ec360ab7652edb2"
4+
"updated_at": "2025-09-09T22:05:07Z",
5+
"commit_sha": "fa2456ee52eeda256fc7bf4729eb9ba8af3a12e4"
66
}

src/assets/conda/source/user-guide/tasks/creating-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ be created with the following command::
2626

2727
mkdir my-project
2828

29-
In this directory, we will now create a new ``environment.yaml`` file, which will hold the
29+
In this directory, we will now create a new ``environment.yml`` file, which will hold the
3030
dependencies for our Python project. In your text editor (e.g. VSCode, PyCharm, vim, etc.),
3131
create this file and add the following:
3232

0 commit comments

Comments
 (0)