Skip to content

Commit

Permalink
style: fix trailing whitespace in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Apr 4, 2023
1 parent 44d0299 commit e58414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ 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. Seed produces the same result
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 e58414b

Please sign in to comment.