From 67a64d91249bc16925db06fab7aa263ddb9bfb29 Mon Sep 17 00:00:00 2001 From: joamag Date: Tue, 19 Dec 2017 15:52:00 +0000 Subject: [PATCH] new capitalization --- src/story/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/story/base.py b/src/story/base.py index b4d8b52..eb69347 100644 --- a/src/story/base.py +++ b/src/story/base.py @@ -42,8 +42,8 @@ from . import object BASE_URL = "https://story.bemisc.com/api/" -""" The default base url to be used when no other -base url value is provided to the constructor """ +""" The default base URL to be used when no other +base URL value is provided to the constructor """ class API( appier.API,