diff --git a/chapters/sec1/1-1-env-as-code.qmd b/chapters/sec1/1-1-env-as-code.qmd index e7b2af18..9ed6c2d7 100644 --- a/chapters/sec1/1-1-env-as-code.qmd +++ b/chapters/sec1/1-1-env-as-code.qmd @@ -240,8 +240,8 @@ themselves. Additionally, package files can be large. Sharing a requirements file makes downloads and uploads much more manageable, especially if you're -using \index{Git}. So, check your `lockfile` or `requirements.txt` into -\index{Git}Git with your project. +using \index{Git}Git. So, check your `lockfile` or `requirements.txt` +into \index{Git}Git with your project. ### Step 4: Use a \index{virtual environment}virtual environment