Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Aug 18, 2024
1 parent 533d1ec commit dd57146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/libcasm/composition/_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def make_normalized_origin_and_end_members(

def make_standard_axes(
allowed_occs: list[list[str]],
components: Optional[list[str]] = None,
components: Union[str, list[str], None] = None,
vacancy_names: Optional[set[str]] = None,
normalize: bool = True,
tol: float = libcasm.casmglobal.TOL,
Expand Down

0 comments on commit dd57146

Please sign in to comment.