Skip to content

Commit

Permalink
Fix parameter name in docstrings (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex authored and fabianvf committed Dec 5, 2018
1 parent 836dd10 commit 53f7c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/dynamic/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def watch(self, resource, namespace=None, name=None, label_selector=None, field_
:param namespace: The namespace to query
:param name: The name of the resource instance to query
:param label_selector: The label selector with which to filter results
:param label_selector: The field selector with which to filter results
:param field_selector: The field selector with which to filter results
:param resource_version: The version with which to filter results. Only events with
a resource_version greater than this value will be returned
:param timeout: The amount of time in seconds to wait before terminating the stream
Expand Down

0 comments on commit 53f7c6a

Please sign in to comment.