Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jddocs committed Oct 22, 2024
1 parent 4ec13c8 commit d658f3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ When you create a Python Knative function, Knative generates a skeleton for a un
unittest.main()
```
1. Use `pip3` to install the dependencies listed in the `requirementss.txt` file:
1. Use `pip3` to install the dependencies listed in the `requirements.txt` file:
```command
pip3 install -r ~/get-emojis/requirements.txt
Expand Down

0 comments on commit d658f3b

Please sign in to comment.