Skip to content

Commit

Permalink
small typo in the doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
typemytype committed Nov 10, 2022
1 parent 8261ca6 commit 3645fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/source/development/documenting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Do this: ::
Don't do this: ::

import random
from fontTools.world import *
from fontParts.world import *

font = CurrentFont()
print(font.glyphOrder)
Expand Down Expand Up @@ -225,7 +225,7 @@ fontParts
* ``:ref:`type-identifier```
* ``:ref:`type-color```
* ``:ref:`type-transformation```
* ``:ref:`type-immutable-list```
* ``:ref:`type-immutable-list```

general
^^^^^^^
Expand Down

0 comments on commit 3645fee

Please sign in to comment.