diff --git a/docs/content/guides/dagster/code-references.mdx b/docs/content/guides/dagster/code-references.mdx
index f50e29775a71c..52e546c9eb490 100644
--- a/docs/content/guides/dagster/code-references.mdx
+++ b/docs/content/guides/dagster/code-references.mdx
@@ -71,7 +71,7 @@ Dagster's dbt integration can automatically attach references to the SQL files b
In some cases, you may want to manually attach code references to your asset definitions. Some assets may have a more complex source structure, such as an asset whose definition is spread across multiple Python source files or an asset which is partially defined with a `.sql` model file.
-To manually attach code references to an asset definition, use . You can then choose to augment these manual references with :
+To manually attach code references to an asset definition, use . You can then choose to augment these manual references with :
```python file=/guides/dagster/code_references/manual_references.py
import os