Skip to content

Commit

Permalink
DOC: fixed typo 'create create' -> 'create' (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
djm93dev committed Jun 19, 2023
1 parent 32565dd commit 3071471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ As of version 3.1, these objects are thread-safe:
- :class:`pyproj.crs.CRS`
- :class:`pyproj.transformer.Transformer`

If you have pyproj<3.1, you will need to create create the object
If you have pyproj<3.1, you will need to create the object
within the thread that uses it.

Here is a simple demonstration:
Expand Down

0 comments on commit 3071471

Please sign in to comment.