Skip to content

Commit 44ee316

Browse files
committed
Fix typo in placeholder.
1 parent b636594 commit 44ee316

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/mapclient/tools/pluginwizard/skeleton.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ def _generateConfigureMethod(self):
220220
self._configured = dlg.validate()
221221
self._configuredObserver()
222222
"""
223-
else:
224223
method_string += ' pass\n'
225224

226225
return method_string

src/mapclient/tools/pluginwizard/skeletonstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def __init__(self, parent=None):
126126
# and know how many occurrences of the current identifier there should
127127
# be.
128128
self._previousIdentifier = ''
129-
# Set a place holder for a callable that will get set from the step.
129+
# Set a placeholder for a callable that will get set from the step.
130130
# We will use this method to decide whether the identifier is unique.
131131
self.identifierOccursCount = None
132132

0 commit comments

Comments
 (0)