From 1288d964b82c54a037315e672adb5aa68b1b0e8c Mon Sep 17 00:00:00 2001 From: Andy Shultz <ashultz@edx.org> Date: Wed, 8 Sep 2021 10:25:30 -0400 Subject: [PATCH] docs: clarify docs for _update_full_name --- lms/djangoapps/verify_student/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/verify_student/views.py b/lms/djangoapps/verify_student/views.py index ee6c3fd95dc..84b4b36461a 100644 --- a/lms/djangoapps/verify_student/views.py +++ b/lms/djangoapps/verify_student/views.py @@ -948,7 +948,7 @@ class SubmitPhotosView(View): full_name (unicode): The user's updated full name. Returns: - HttpResponse or None + error encoded as an HttpResponse or None indicating success """ try: -- GitLab