Skip to content

Commit 15d50c9

Browse files
authored
transform_classification_groups.py: fix typo (#350)
Fixes a tiny typo in the inline documentation
1 parent 0c9528a commit 15d50c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/transform_classification_groups.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
"""This module takes two classification outputs from source and targer puppet infrastructure and
2+
"""This module takes two classification outputs from source and target puppet infrastructure and
33
takes the user defintions from the source and adds them to the infrastructure defintions of the
44
target. Allowing the ability to restore a backup of user node definitions"""
55

@@ -76,4 +76,4 @@ def addsubgroups(data_asg,id_asg,peinf_asg):
7676
peinf_transformed_groups = data + peinf_DR
7777
with open(transformed_classification_file, 'w') as fp:
7878
json.dump(peinf_transformed_groups, fp)
79-
79+

0 commit comments

Comments
 (0)