Skip to content

Add indent in the document of session.py #3966

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

Closed
wants to merge 1 commit into from
Closed

Conversation

lin826
Copy link

@lin826 lin826 commented Apr 1, 2023

Checklist:

  • If you are new to Scapy: I have checked CONTRIBUTING.md (esp. section submitting-pull-requests)
  • I squashed commits belonging together
  • I added unit tests or explained why they are not relevant
  • I executed the regression tests (using cd test && ./run_tests or tox)
  • If the PR is still not finished, please create a Draft Pull Request

Add indent for examples to improve readability.

@codecov
Copy link

codecov bot commented Apr 1, 2023

Codecov Report

Merging #3966 (4a1f64e) into master (4aaed1d) will decrease coverage by 2.44%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3966      +/-   ##
==========================================
- Coverage   81.65%   79.22%   -2.44%     
==========================================
  Files         326      319       -7     
  Lines       75466    70252    -5214     
==========================================
- Hits        61625    55654    -5971     
- Misses      13841    14598     +757     
Impacted Files Coverage Δ
scapy/layers/tls/session.py 87.87% <ø> (-0.34%) ⬇️

... and 119 files with indirect coverage changes

@@ -544,13 +544,13 @@ def mirror(self):
read right before, as the reading state becomes the writing state, and
vice versa. For instance you could do:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
vice versa. For instance you could do:
vice versa. For instance you could do::

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.

3 participants