Skip to content

Commit c062f2c

Browse files
SamRemisnateprewitt
andcommitted
Update codegen/core/src/main/java/software/amazon/smithy/python/codegen/generators/SetupGenerator.java
Co-authored-by: Nate Prewitt <[email protected]>
1 parent d6bd1f4 commit c062f2c

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)