Skip to content

Commit ee430d6

Browse files
Fix false positive, thanks @Rosuav
1 parent f5ed586 commit ee430d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0506.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ module [#]_. This received considerable scepticism and outright opposition:
213213
which a CSPRNG lacks by design.
214214

215215
* Another major use of the ``random`` module is for simple "guess a number"
216-
games written by beginners, and many people are loathe to make any
216+
games written by beginners, and many people are loath to make any
217217
change to the ``random`` module which may make that harder.
218218

219219
* Although there is no proposal to remove MT from the ``random`` module,

0 commit comments

Comments
 (0)