Skip to content

Commit 336818b

Browse files
committed
Add back escape character
1 parent b7cd824 commit 336818b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codegen/core/src/main/java/software/amazon/smithy/python/codegen/generators/SetupGenerator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,9 @@ private static void writeDocsReadme(
468468
following:
469469
470470
```
471-
$ uv pip install ".[docs]"
472-
$ cd docs
473-
$ make html
471+
$$ uv pip install ".[docs]"
472+
$$ cd docs
473+
$$ make html
474474
```
475475
""");
476476
});

0 commit comments

Comments
 (0)