Skip to content

Commit

Permalink
Small naming change
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 12, 2019
1 parent 315531f commit 21cc0ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api_easypay/src/api_easypay_plugin.py
Expand Up @@ -41,12 +41,12 @@

class ApiEasypayPlugin(colony.Plugin):
"""
The main class for the Easypay Api plugin.
The main class for the Easypay API plugin.
"""

id = "pt.hive.colony.plugins.api.easypay"
name = "Easypay Api"
description = "The plugin that offers the easypay api"
name = "Easypay API"
description = "The plugin that offers the easypay API"
version = "1.0.0"
author = "Hive Solutions Lda. <development@hive.pt>"
platforms = [
Expand All @@ -69,10 +69,10 @@ def load_plugin(self):

def create_client(self, api_attributes):
"""
Creates a client, with the given api attributes.
Creates a client, with the given API attributes.
:type api_attributes: Dictionary
:param api_attributes: The api attributes to be used.
:param api_attributes: The API attributes to be used.
:rtype: EasypayClient
:return: The created client.
"""
Expand Down

0 comments on commit 21cc0ed

Please sign in to comment.