Skip to content

Commit

Permalink
PR #64 fix docstring type
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Sep 30, 2015
1 parent 108781a commit 51b10a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awslimitchecker/services/base.py
Expand Up @@ -155,7 +155,7 @@ def connect_via(self, driver):
:param driver: the connect_to_region() function of the boto
submodule to use to create this connection
:type driver: :py:func:
:type driver: :py:obj:`function`
"""
# @TODO do we really want to pass the modules in here, and assume
# they all have the same ``.connect_to_region()``, or should we
Expand Down

0 comments on commit 51b10a6

Please sign in to comment.