Skip to content

Commit

Permalink
Fixed some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Aug 20, 2024
1 parent 6d1c89e commit 315cb9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion autograder/cli/courses/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The `autograder.cli.courses` package contains tools to acess and manage course information.
The `autograder.cli.courses` package contains tools to access and manage course information.
"""

import sys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
The `autograder.cli.courses.assignment.submissions.fetch` package contains tools to
The `autograder.cli.courses.assignment.submissions.fetch.course` package contains tools to
query submissions to the autograder at a course level.
"""

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
The `autograder.cli.courses.assignment.submissions.fetch` package contains tools to
query submissions to the autograder made by a user.
The `autograder.cli.courses.assignment.submissions.fetch.user` package contains tools to
query submissions to the autograder at a user level.
"""

import sys
Expand Down

0 comments on commit 315cb9b

Please sign in to comment.