Skip to content

Commit a0b01c5

Browse files
Update from learning objectives to course objectives
1 parent 61dbe06 commit a0b01c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

short_courses/virtual_environments.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Virtual Environments\n",
99
"\n",
10-
"## Learning Objectives\n",
10+
"## Course Objectives\n",
1111
"- Understand the importance of using virtual environments in Python development\n",
1212
"- Differentiate between various tools for managing virtual environments: `venv`, `Conda`, `Pipenv`, and `Poetry`\n",
1313
"- Create and activate a virtual environment using `venv`\n",

0 commit comments

Comments
 (0)