1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-04-02 09:50:24 +00:00

api: typo in doc comment

This commit is contained in:
tleb 2019-10-21 08:13:36 +02:00
parent f533c39e67
commit 4094394cef

@ -28,7 +28,7 @@ def uv_endpoint(request):
def find_uv(lang, year, code): def find_uv(lang, year, code):
""" """
Uses the UTBM API to find a UV. Uses the UTBM API to find an UV.
short_uv is the UV entry in the UV list. It is returned as it contains short_uv is the UV entry in the UV list. It is returned as it contains
information which are not in full_uv. information which are not in full_uv.
full_uv is the detailed representation of an UV. full_uv is the detailed representation of an UV.