Skip to content

Commit 37e8233

Browse files
fix: Removed exclamatory mark
2 parents c035f11 + dc10297 commit 37e8233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/docs/01-deploy/03-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ python -m venv .venv
3838
### Verify Setup
3939

4040
```bash
41-
python -c "import azure.ai.projects; print('Ready!')"
41+
python -c "import azure.ai.projects; print('Ready')"
4242
```
4343

4444
## Configure Fabric

0 commit comments

Comments
 (0)