Skip to content

Commit

Permalink
s/decerators/decorators/g (aws#50)
Browse files Browse the repository at this point in the history
Close aws#49
  • Loading branch information
shouichi authored and haotianw465 committed Apr 11, 2018
1 parent fd89574 commit f8fb03b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws_xray_sdk/ext/flask_sqlalchemy/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from sqlalchemy.orm.session import sessionmaker
from flask_sqlalchemy import SQLAlchemy, BaseQuery, _SessionSignalEvents, get_state
from aws_xray_sdk.ext.sqlalchemy.query import XRaySession, XRayQuery
from aws_xray_sdk.ext.sqlalchemy.util.decerators import xray_on_call, decorate_all_functions
from aws_xray_sdk.ext.sqlalchemy.util.decorators import xray_on_call, decorate_all_functions


@decorate_all_functions(xray_on_call)
Expand Down
2 changes: 1 addition & 1 deletion aws_xray_sdk/ext/sqlalchemy/query.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from builtins import super
from sqlalchemy.orm.query import Query
from sqlalchemy.orm.session import Session, sessionmaker
from .util.decerators import xray_on_call, decorate_all_functions
from .util.decorators import xray_on_call, decorate_all_functions


@decorate_all_functions(xray_on_call)
Expand Down
4 changes: 2 additions & 2 deletions docs/aws_xray_sdk.ext.sqlalchemy.util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ aws\_xray\_sdk.ext.sqlalchemy.util package
Submodules
----------

aws\_xray\_sdk.ext.sqlalchemy.util.decerators module
aws\_xray\_sdk.ext.sqlalchemy.util.decorators module
----------------------------------------------------

.. automodule:: aws_xray_sdk.ext.sqlalchemy.util.decerators
.. automodule:: aws_xray_sdk.ext.sqlalchemy.util.decorators
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit f8fb03b

Please sign in to comment.