- Notifications
You must be signed in to change notification settings - Fork7
Open
Description
概要
Python 標準ライブラリ » 汎用オペレーティングシステムサービス » time で、
time.timeのドキュメント中の「エポック」のリンクが切れている
問題のある箇所 (URLで指定すること)
https://docs.python.org/ja/3/library/time.html#time.time
問題の詳細
エポック からの秒数を浮動小数点数で返します。
エポックはhttps://docs.python.org/ja/3/library/epoch へのリンクになっているが、クリックすると「404 Not Found」
英語では、https://docs.python.org/3/library/time.html#epoch へのリンクになっていて、
クリックすると「The epoch is the point where the time starts,」の箇条書きに移動する
ref:https://docs.python.org/3/library/time.html#time.time
修正案
「エポック」のリンクを以下のように変更する
- 現在:https://docs.python.org/ja/3/library/epoch
- 修正後:https://docs.python.org/ja/3/library/time.html#epoch
修正後に挙げたリンクが機能することも確認した。
「エポック (epoch) は時刻の起点のことで、」の箇条書きに移動する
Metadata
Metadata
Assignees
Labels
No labels