diff --git a/docs/docs/using-pants/key-concepts/targets-and-build-files.mdx b/docs/docs/using-pants/key-concepts/targets-and-build-files.mdx index 6a67757d982..245dc343ddc 100644 --- a/docs/docs/using-pants/key-concepts/targets-and-build-files.mdx +++ b/docs/docs/using-pants/key-concepts/targets-and-build-files.mdx @@ -76,7 +76,6 @@ The `name` field defaults to the directory name. So, this target has the address python_sources() ``` -You can refer to this target with either `helloworld/greet:greet` or the abbreviated form `helloworld/greet`. ::: :::note Use `//:tgt` for the root of your repository