Skip to content

Commit 49615e6

Browse files
committed
Documentation fixes
1 parent 3d80bb5 commit 49615e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Start all managed servers asynchronously:
7878
time.sleep(10)
7979
8080
81-
Undeploy all applications and deploy a new:
81+
Undeploy all applications and deploy a new one:
8282

8383
.. code-block:: python
8484

wls_rest_python.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
import requests
88

9-
__version__ = '0.1.2'
9+
__version__ = '0.1.3'
1010

1111
logger = logging.getLogger(__name__)
1212

@@ -101,6 +101,7 @@ class WLS(object):
101101
:param string password: Password used to authenticate against the server
102102
:param string version: Version of the rest interface to use. Defaults to "latest"
103103
:param bool verify_ssl: Whether to verify certificates on SSL connections.
104+
:param float timeout: The timeout value to use, in seconds. Default is 305.
104105
"""
105106

106107
def __init__(self, host, username, password, version='latest', verify=True,

0 commit comments

Comments
 (0)