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

Fix typos in transport.py's open_channel method docstring #2387

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mjkweon17
Copy link

@mjkweon17 mjkweon17 commented Apr 19, 2024

Title: Fix typos in transport.py's init, open_session, open_channel method docstring

Description:

Changes

This PR corrects repeated words in the transport.py file. Specifically, instances of "the the window" have been corrected to "the window".

Details

  • The typos were found in the docstring of the __init__, open_session, open_channel method.
  • Each instance of the typo appeared in the explanation of window and packet sizes, which could potentially confuse readers or developers trying to understand the method's functionality.

Impact

  • These changes improve the readability of the documentation and ensure that the information is clearly conveyed.
  • No functional changes were made; this PR only involves documentation.

References

Tests

  • No code was altered; thus, no new tests are required.
  • Documentation changes do not affect the execution of the code.

Notes

  • All modifications are confined to comments and docstrings; thus, they do not impact the functional aspects of the module.

fixes issue #2386

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant