girder-client 3.2.4.dev23__tar.gz → 3.2.4.dev32__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: girder-client
3
- Version: 3.2.4.dev23
3
+ Version: 3.2.4.dev32
4
4
  Summary: Python client for interacting with Girder servers
5
5
  Home-page: http://girder.readthedocs.org/en/latest/python-client.html
6
6
  Author: Kitware, Inc.
@@ -531,7 +531,7 @@ class GirderClient:
531
531
  """
532
532
  This is a generator that will yield records using the given path and
533
533
  params until exhausted. Paging of the records is done internally, but
534
- can be overriden by manually passing a ``limit`` value to select only
534
+ can be overridden by manually passing a ``limit`` value to select only
535
535
  a single page. Passing an ``offset`` will work in both single-page and
536
536
  exhaustive modes.
537
537
  """
@@ -772,7 +772,7 @@ class GirderClient:
772
772
 
773
773
  :param folderId: Id of the target folder.
774
774
  :param access: JSON document specifying access control.
775
- :param public: Boolean specificying the public value.
775
+ :param public: Boolean specifying the public value.
776
776
  """
777
777
  if access is not None and not isinstance(access, str):
778
778
  access = json.dumps(access)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: girder-client
3
- Version: 3.2.4.dev23
3
+ Version: 3.2.4.dev32
4
4
  Summary: Python client for interacting with Girder servers
5
5
  Home-page: http://girder.readthedocs.org/en/latest/python-client.html
6
6
  Author: Kitware, Inc.