8000 gh-101100: Fix Sphinx warnings in library/random.rst by hugovk · Pull Request #112981 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-101100: Fix Sphinx warnings in library/random.rst #112981

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

Merged
merged 12 commits into from
Dec 28, 2023
Prev Previous commit
Next Next commit
Fix references to undocumented class methods
  • Loading branch information
hugovk committed Dec 13, 2023
commit 01af3f1aa31786a804792f23696664255535309d
2 changes: 1 addition & 1 deletion Doc/library/random.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ change across Python versions, but two aspects are guaranteed not to change:
* If a new seeding method is added, then a backward compatible seeder will be
offered.

* The generator's :meth:`~random.random` method will continue to produce the same
* The generator's :meth:`!random` method will continue to produce the same
sequence when the compatible seeder is given the same seed.

.. _random-examples:
Expand Down
0