Skip to content

Commit 43902e4

Browse files
author
chadcarlson
committed
typo, redundant
1 parent 743d481 commit 43902e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platformshconfig/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def variable(self, name, default=None):
241241
The default value to return if the variable is not defined. Defaults to None.
242242
243243
Returns:
244-
The value of the variable, or the specified default. This may be a string or an dict.
244+
The value of the variable, or the specified default. This may be a string or a dict.
245245
246246
"""
247247

@@ -436,7 +436,7 @@ def decode(variable):
436436
Base64-encoded JSON (the content of an environment variable).
437437
438438
Returns:
439-
An associative dict (if representing a JSON object), or a scalar type.
439+
An dict (if representing a JSON object), or a scalar type.
440440
441441
Raises:
442442
JSON decoding error.

0 commit comments

Comments
 (0)