Spelling error

This commit is contained in:
Anthony Wang 2022-05-23 22:24:39 -05:00
parent 4ac68b006e
commit 45b96441be
Signed by: a
GPG key ID: BC96B00AEC5F2D76

2
api.py
View file

@ -22,7 +22,7 @@ class api(BaseHTTPRequestHandler):
def do_GET(self):
"""Handle GET requests"""
self.send(200, 'Hey there, you\'ve reached the top secret exozyme api')
self.send(200, 'Hey there, you\'ve reached the top secret exozyme API')
def do_POST(self):
"""Handle API POST requests"""