Skip to content

Commit

Permalink
STY: Fix some doc-strings referring to the wrong thing
Browse files Browse the repository at this point in the history
Fixes some doc-strings which refer to servers when we are in a user
query instead
  • Loading branch information
DavidFair committed Oct 3, 2023
1 parent d0de824 commit ae18e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/openstack_query/queries/user_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class UserQuery(QueryWrapper):
def _get_server_side_handler(self) -> ServerSideHandler:
"""
method to configure a server-side handler which can be used to get 'filter' keyword arguments that
can be passed to openstack function conn.compute.servers() to filter results for a valid preset-property
can be passed to an openstack function to filter results for a valid preset-property
on the control plane, rather than locally.
valid filters documented here:
Expand All @@ -53,7 +53,7 @@ def _get_client_side_handlers(self) -> QueryClientSideHandlers:
"""
method to configure a set of client-side handlers which can be used to get local filter functions
corresponding to valid preset-property pairs. These filter functions can be used to filter results after
listing all servers.
listing all users.
"""
return QueryClientSideHandlers(
# set generic query preset mappings
Expand Down

0 comments on commit ae18e2d

Please sign in to comment.