Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in szconfigmanager_abstract.py docstring #124

Closed
antaenc opened this issue Nov 20, 2024 · 1 comment
Closed

Typo in szconfigmanager_abstract.py docstring #124

antaenc opened this issue Nov 20, 2024 · 1 comment
Assignees
Labels
python Python programming language V4 To be delivered in V4

Comments

@antaenc
Copy link
Contributor

antaenc commented Nov 20, 2024

Instead of the below the first section should be along the lines of (replace the with and):

"The set_default_config_id method replaces and sets a new configuration identifier in the Senzing database."

@abstractmethod
    def set_default_config_id(self, config_id: int, **kwargs: Any) -> None:
        """
        The `set_default_config_id` method replaces the sets a new configuration identifier in the Senzing database.
        To serialize modifying of the configuration identifier, see `replace_default_config_id`.

        Args:
            config_id (int): The configuration identifier of the Senzing Engine configuration to use as the default.

        Raises:
            TypeError: Incorrect datatype of input parameter.

        .. collapse:: Example:

            .. literalinclude:: ../../examples/szconfigmanager/set_default_config_id.py
                :linenos:
                :language: python
        """
@github-actions github-actions bot added the triage Need to triage label Nov 20, 2024
@jamietypovsky jamietypovsky removed the triage Need to triage label Nov 21, 2024
@antaenc
Copy link
Contributor Author

antaenc commented Nov 27, 2024

Additional typo and spelling corrections.

antaenc added a commit that referenced this issue Nov 27, 2024
@antaenc antaenc mentioned this issue Nov 27, 2024
antaenc added a commit that referenced this issue Nov 27, 2024
* #132 #124

* #132 - # 124 - Changelog and setup.cfg
@antaenc antaenc added python Python programming language V4 To be delivered in V4 labels Nov 27, 2024
@antaenc antaenc closed this as completed Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Python programming language V4 To be delivered in V4
Projects
None yet
Development

No branches or pull requests

2 participants