Skip to content

Commit

Permalink
typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
enadeau committed Aug 28, 2019
1 parent 035b630 commit ee5c5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -411,8 +411,8 @@ we see that the minimum polynomial satisfied by the generating function
and moreover
``F = -(x**7 + x**5 + x**4 + x**3 + x**2 + 1)/(x**6 + x**3 - x**2 + 2*x - 1)``.

Moreover, we get directly get the counts of object by length with the method
`get_objects_of_length`.
Moreover, we can get directly the number of objects by length with the method
`count_objects_of_length`.

.. code:: python
Expand Down

0 comments on commit ee5c5f1

Please sign in to comment.