#471 [python] add missing 'client' word
Merged 5 years ago by msuchy. Opened 5 years ago by frostyx.
copr/ frostyx/copr pagination-docs-missing-client  into  master

@@ -50,7 +50,7 @@ 

  

      from copr.v3 import next_page

  

-     package_page = package_proxy.get_list("@copr", "copr", pagination={"limit": 3})

+     package_page = client.package_proxy.get_list("@copr", "copr", pagination={"limit": 3})

      while package_page:

          for package in package_page:

              print(package)

Every other example on this page shows package_proxy from
client, so it should be consistent with them.

Pull-Request has been merged by msuchy

5 years ago
Metadata