Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Oct 8, 2022
1 parent bed8c14 commit 08b7a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def lint(session: nox.Session) -> None:

# NOTE: This session will COMMIT upgrades to vendored libraries.
# You should therefore not run it directly against `main`. If you
# do (asusming you started with a clean main), you can run:
# do (assuming you started with a clean main), you can run:
#
# git checkout -b vendoring-updates
# git checkout main
Expand Down

0 comments on commit 08b7a10

Please sign in to comment.