Skip to content

Commit

Permalink
docs: fixup docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jkglasbrenner committed Oct 4, 2024
1 parent 0bf379c commit 4b8fa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dioptra/client/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def get(
)

def get_by_id(self, plugin_id: str | int, plugin_file_id: str | int) -> T:
"""Get the plugin matching the provided id.
"""Get the plugin file matching the provided ids.
Args:
plugin_id: The id for the plugin that owns the plugin file.
Expand Down Expand Up @@ -326,7 +326,7 @@ def modify_by_id(
tasks: list[dict[str, Any]],
description: str | None = None,
) -> T:
"""Modify the plugin matching the provided id.
"""Modify a plugin file matching the provided ids.
Args:
plugin_id: The id for the plugin that owns the plugin file.
Expand Down

0 comments on commit 4b8fa87

Please sign in to comment.