We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
「デスクリプタガイド」ドキュメントの中で、「固定長」を「固定超」とする誤変換がある
https://docs.python.org/ja/3.13/howto/descriptor.html#member-objects-and-slots
クラスが slots を定義すると、インスタンスの辞書が固定超のスロットの値の配列と置き換えられます。ユーザーの目線からみると、いくつかの変化があります。
とありますが、「固定超」は「固定長」の誤りと思われます。英語版では"fixed-length"となっている部分です。
固定超 → 固定長
The text was updated successfully, but these errors were encountered:
No branches or pull requests
概要
「デスクリプタガイド」ドキュメントの中で、「固定長」を「固定超」とする誤変換がある
問題のある箇所 (URLで指定すること)
https://docs.python.org/ja/3.13/howto/descriptor.html#member-objects-and-slots
問題の詳細
とありますが、「固定超」は「固定長」の誤りと思われます。英語版では"fixed-length"となっている部分です。
修正案
固定超 → 固定長
The text was updated successfully, but these errors were encountered: