Skip to content

Commit fa5958e

Browse files
committed
Spelling error fixed.
1 parent 232ebd8 commit fa5958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idpyoidc/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __init__(self,
9595
):
9696
dict.__init__(self)
9797
if file_attributes is None:
98-
self.file_attributes = DEFAULT_FILE_ATTRIBUTE_NAMES
98+
self._file_attributes = DEFAULT_FILE_ATTRIBUTE_NAMES
9999
if dir_attributes is None:
100100
self._dir_attributes = DEFAULT_DIR_ATTRIBUTE_NAMES
101101

0 commit comments

Comments
 (0)