Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from minhoryang/patch-1
Browse files Browse the repository at this point in the history
Update clova.py
  • Loading branch information
aki-s committed Dec 2, 2019
2 parents 0f001f5 + 8277047 commit 4da4403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cek/clova.py
Expand Up @@ -87,7 +87,7 @@ class Clova(object):
Plug into your web application using :meth:`Clova.route`:
>>> rom flask import Flask, request, jsonify
>>> from flask import Flask, request, jsonify
>>> app = Flask(__name__)
>>> @app.route('/app', methods=['POST'])
... def my_service():
Expand Down

0 comments on commit 4da4403

Please sign in to comment.