Skip to content

Commit 5f6d8ea

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,10 @@ 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
```
472-
473472
""");
474473
});
475474
}

0 commit comments

Comments
 (0)