Skip to content

Commit 20138b8

Browse files
committed
Add back escape character
1 parent 5f6d8ea commit 20138b8

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
@@ -465,9 +465,9 @@ private static void writeDocsReadme(
465465
following:
466466
467467
```
468-
$ uv pip install ".[docs]"
469-
$ cd docs
470-
$ make html
468+
$$ uv pip install ".[docs]"
469+
$$ cd docs
470+
$$ make html
471471
```
472472
""");
473473
});

0 commit comments

Comments
 (0)