Fixed a typo in the return message (#107)

Signed-off-by: Tuna Alaygut <alaygut@gmail.com>
This commit is contained in:
Tuna Alaygut 2021-03-19 12:25:28 +03:00 committed by GitHub
parent 3253a84db6
commit d0769851bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ def todo():
client.admin.command('ismaster')
except:
return "Server not available"
return "Hello fom the MongoDB client!\n"
return "Hello from the MongoDB client!\n"
if __name__ == "__main__":