We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd18de1 commit 4d4bbfeCopy full SHA for 4d4bbfe
core/src/main/python/wlsdeploy/aliases/aliases.py
@@ -66,7 +66,7 @@ def __init__(self, model_context, wlst_mode=WlstModes.OFFLINE, wls_version=None,
66
:param model_context: used for tokenizing and encryption
67
:param wlst_mode: offline or online, default is offline
68
:param wls_version: the WLS version to use, default is to Oracle Home version
69
- :param exception_type: the exception type to be thrownN
+ :param exception_type: the exception type to be thrown
70
"""
71
self._model_context = model_context
72
self._wlst_mode = wlst_mode
0 commit comments