Skip to content

Commit

Permalink
DOC: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Nov 8, 2018
1 parent cf08c41 commit c4ba02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crystals/crystal.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def from_database(cls, name, **kwargs):
Parameters
----------
name : path-like
Name of tne databse entry. Available items can be retrieved from `Crystal.builtins`
Name of the database entry. Available items can be retrieved from `Crystal.builtins`
"""
if name not in cls.builtins:
raise ValueError(
Expand Down

0 comments on commit c4ba02f

Please sign in to comment.