File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ def write_toml(
691691 token : str ,
692692 gha_input : GHAInput ,
693693) -> READMEMarkdownManager | None :
694- """Build/write the `pyproject.toml` sections according to `BUILDER_SECTION_NAME` .
694+ """Build/write the `pyproject.toml` sections.
695695
696696 Return a 'READMEMarkdownManager' instance to write out. If, necessary.
697697 """
@@ -768,8 +768,7 @@ def work(
768768def main () -> None :
769769 """Read and write all necessary files."""
770770 parser = argparse .ArgumentParser (
771- description = f"Read/transform 'pyproject.toml' and 'README.md' files. "
772- f"Builds out 'pyproject.toml' sections according to [{ BUILDER_SECTION_NAME } ]." ,
771+ description = f"Read/transform 'pyproject.toml' and 'README.md' files" ,
773772 formatter_class = argparse .ArgumentDefaultsHelpFormatter ,
774773 )
775774 parser .add_argument (
You can’t perform that action at this time.
0 commit comments