We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3ddd8 commit c680d91Copy full SHA for c680d91
README.md
@@ -143,7 +143,7 @@ scripts/generate-api.md.pl src/*/*.py
143
144
Where
145
[`scripts/generate-api.md.pl`](https://github.com/Freed-Wu/translate-shell/blob/main/scripts/generate-api.md.pl)
146
-replaces all `src/translate_shell/XXX.py` to
+replaces all `src/translate_shell/XXX.py`s to
147
148
```rst
149
.. automodule:: translate_shell.XXX
@@ -174,7 +174,7 @@ Now: (notice `eval-bash` because readthedocs uses dash as their default `$SHELL`
174
```{eval-bash}
175
cd ..
176
shopt -s globstar
177
-scripts/generate-todo.md.pl src/**/*
+scripts/generate-todo.md.pl src/**/*.py
178
```
179
````
180
0 commit comments