forked from streamlit/streamlit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformat some comments so that
make help
works. (streamlit#9317)
## Describe your changes Previously, `make help`, which is supposed to give output like ```all Get dependencies, build frontend, install Streamlit into Python environment.``` would emit some lines like ```build-deps the development process). Does not build the frontend.```. Other lines were not formatted in a consistent way, and some commands were not documented at all. This commit changes the source comments to fix all that. ## Testing Plan Although it's theoretically possible to conceive of a unit test to prevent this situation, such an expenditure of effort strikes me as unwise. --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
- Loading branch information
1 parent
464ed88
commit fdc3f9d
Showing
1 changed file
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters