Skip to content

Commit 4d4bbfe

Browse files
Update aliases.py
accidental character removal
1 parent bd18de1 commit 4d4bbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/wlsdeploy/aliases/aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self, model_context, wlst_mode=WlstModes.OFFLINE, wls_version=None,
6666
:param model_context: used for tokenizing and encryption
6767
:param wlst_mode: offline or online, default is offline
6868
:param wls_version: the WLS version to use, default is to Oracle Home version
69-
:param exception_type: the exception type to be thrownN
69+
:param exception_type: the exception type to be thrown
7070
"""
7171
self._model_context = model_context
7272
self._wlst_mode = wlst_mode

0 commit comments

Comments
 (0)