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 typo in comment in serializers.py #859

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Fix typo in comment in serializers.py #859

merged 1 commit into from
Jun 1, 2024

Conversation

Pairman
Copy link
Contributor

@Pairman Pairman commented Jun 1, 2024

Fix typo in StringSerializer's comment header, in serializers.py. "symple" is changed to "simple".

What do these changes do?

In aiocache/serializers/serializers.py, there's a typo in the comment header of the StringSerializer class. The typo "symple" is changed to "simple" in this commit.

Are there changes in behavior for the user?

No other changes than the comment header of StringSerializer visually shown in IDEs.

Related issue number

No related issues.

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes

Fix typo in StringSerializer's comment header, in serializers.py. "symple" is changed to "simple".
Copy link

codecov bot commented Jun 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.76%. Comparing base (fe28c47) to head (bf71afb).
Report is 72 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #859   +/-   ##
=======================================
  Coverage   99.76%   99.76%           
=======================================
  Files          36       36           
  Lines        3794     3797    +3     
=======================================
+ Hits         3785     3788    +3     
  Misses          9        9           
Flag Coverage Δ
unit 99.76% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
aiocache/serializers/serializers.py 95.45% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4306c4b...bf71afb. Read the comment docs.

@Dreamsorcerer Dreamsorcerer merged commit 2877119 into aio-libs:master Jun 1, 2024
15 checks passed
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.

2 participants