Skip to content

Commit

Permalink
Merge pull request #462 from kbevers/docs-datadir-typo
Browse files Browse the repository at this point in the history
Fix typo in datadir docs: rhe -> the
  • Loading branch information
snowman2 committed Sep 30, 2019
2 parents a764f4a + 481ee5f commit ad2c011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproj/datadir.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def set_data_dir(proj_data_dir):
Parameters
----------
proj_data_dir: str
The path to rhe PROJ data directory.
The path to the PROJ data directory.
"""
global _USER_PROJ_DATA
global _VALIDATED_PROJ_DATA
Expand All @@ -40,7 +40,7 @@ def append_data_dir(proj_data_dir):
Parameters
----------
proj_data_dir: str
The path to rhe PROJ data directory.
The path to the PROJ data directory.
"""
set_data_dir(os.pathsep.join([get_data_dir(), proj_data_dir]))

Expand Down

0 comments on commit ad2c011

Please sign in to comment.