Skip to content

Commit

Permalink
Update README.rst (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
daisyye0730 committed Mar 27, 2023
1 parent b79019d commit 5d4e378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -381,8 +381,8 @@ Seeding the Generator

When using Faker for unit testing, you will often want to generate the same
data set. For convenience, the generator also provide a ``seed()`` method,
which seeds the shared random number generator. Calling the same methods with
the same version of faker and seed produces the same results.
which seeds the shared random number generator. Seed produces the same result
when the same methods with the same version of faker are called.

.. code:: python
Expand Down

0 comments on commit 5d4e378

Please sign in to comment.