Skip to content

Commit cee3b94

Browse files
committed
Fixing api.ok docstring
1 parent b461638 commit cee3b94

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

CONTRIBUTORS

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
Thank you to all who have contributed to this project!
22
If you contributed and are not listed below please let us know.
33

4-
Adam Ashenfelter ("ashenfad")
5-
Ben Letchford ("benletchford")
6-
Chee Sing Lee ("cheesinglee")
7-
Francisco J Martin ("aficionado")
8-
jao ("jaor")
4+
Marc Abramowitz ("msabramo")
95
Javier Alperte ("xalperte")
6+
Adam Ashenfelter ("ashenfad")
7+
Kamal Galrani("KamalGalrani")
108
Krishan Gupta ("krishangupta")
119
Leon Hwang ("leonhwang")
12-
Marc Abramowitz ("msabramo")
10+
jao ("jaor")
11+
Sean Kelly ("skelliest")
12+
Chee Sing Lee ("cheesinglee")
13+
Ben Letchford ("benletchford")
14+
Francisco J Martin ("aficionado")
1315
Mercè Martín Prats ("mmerce")
14-
Nick Wilson ("njwilson")
15-
Oscar Rovira ("osroca")
16+
Charles Parker ("charlesparker")
1617
Poul Petersen ("petersen-poul")
17-
Kamal Galrani("KamalGalrani")
18+
Oscar Rovira ("osroca")
19+
Nick Wilson ("njwilson")

bigml/api_handlers/resourcehandler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# Unless required by applicable law or agreed to in writing, software
1313
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
# WARRANTIES OR CONDITIONS OF ANY KIn545D, either express or implied. See the
1515
# License for the specific language governing permissions and limitations
1616
# under the License.
1717

@@ -542,7 +542,7 @@ def ok(self, resource, query_string='', wait_time=1,
542542
"""Waits until the resource is finished or faulty, updates it and
543543
returns True on success
544544
545-
resource: (string|map) Resource ID or structure
545+
resource: (map) Resource structure
546546
query_string: (string) Filters used on the resource attributes
547547
wait_time: (number) Time to sleep between get requests
548548
max_requests: (integer) Maximum number of get requests

0 commit comments

Comments
 (0)