Skip to content

Commit

Permalink
Merge pull request #33 from cesartalves/master
Browse files Browse the repository at this point in the history
fix grammar mistakes on readme
  • Loading branch information
ettoreleandrotognoli authored Jun 5, 2019
2 parents dfa11d3 + a5a13b5 commit eae3490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ You can see more examples in the examples folder (examples/common).
Python 3
~~~~~~~~

With Python 3 is possible define the types of injections with the type hints.
With Python 3 it is possible to define the types of injection with Python type hints.

You can see more examples in the examples folder( examples/py3/ ).

Expand Down Expand Up @@ -114,7 +114,7 @@ You can see more examples in the examples folder( examples/py3/ ).
@Inject(name='app_name')
def main(name: str, logger: Logger):
logger.info('I\'m starting...')
print('Hello World!!!\nI\'m a example of %s' % name)
print('Hello World!!!\nI\'m an example of %s' % name)
logger.debug('I\'m finishing...')
Expand Down

0 comments on commit eae3490

Please sign in to comment.