-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: fixing the crc32 function on documentation #55898
base: main
Are you sure you want to change the base?
Conversation
af64b4e
to
faff065
Compare
94a1bbf
to
c376eba
Compare
Why was I pinged? |
@RedYetiDev Sorry! I pinged you because you commented on the previous PR closed |
04837f8
to
fb8cac4
Compare
|
||
Provides an object enumerating Zlib-related constants. | ||
|
||
## `zlib.crc32(data[, value])` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I notice the zlib.constants
is not in alphabetical order here, the zlib.crc32(...)
section should likely be moved up to appear before zlib.flush(...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jasnell Isn't the point of this PR that zlib.crc32 is not a subsection of zlib.ZlibBase, but a section on the same level as zlib.constants? I think it's alphabetically sorted correctly.
In this PR I'm adjusing the documentation of zlib. The crc32 is not a method of ZlibBase. It is a standalone function of the module.
Mentioned in 55800
@RedYetiDev @ErickWendel @aduh95