diff --git a/lms/services/d2l_api/client.py b/lms/services/d2l_api/client.py index 98fc020f84..7a302cfcf4 100644 --- a/lms/services/d2l_api/client.py +++ b/lms/services/d2l_api/client.py @@ -123,7 +123,7 @@ def public_url(self, org_unit, file_id) -> str: """ Return the URL to download the given file. - As opposed to other LMS that return a one time signed URL that we can then pass along to via + As opposed to other LMS's that return a one time signed URL that we can then pass along to Via D2L requires us to send the API authentication header to get the file contents. To make sure the API authentication header is not expired we'll make a API