Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 authored Jun 26, 2024
1 parent 901b19a commit e04358a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elastica/modules/base_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class BaseSystemCollection(MutableSequence):
Attributes
----------
allowed_sys_types: tuple
allowed_sys_types: tuple[Type]
Tuple of allowed type rod-like objects. Here use a base class for objects, i.e. RodBase.
systems: Callabke
systems: Callable
Returns all system objects. Once finalize, block objects are also included.
blocks: Callable
Returns block objects. Should be called after finalize.
Expand Down

0 comments on commit e04358a

Please sign in to comment.