Fix typy-hinting in catalog bundles example

This commit is contained in:
Roman Mogilatov 2015-11-09 10:41:34 +02:00
parent b22b893623
commit 482fa566c5

View File

@ -7,7 +7,7 @@ class BaseWebView(object):
def __init__(self, services): def __init__(self, services):
"""Initializer. """Initializer.
:type services: Services :type services: catalogs.Services
:param services: Bundle of service providers :param services: Bundle of service providers
""" """
self.services = services self.services = services