Skip to content

Commit

Permalink
Merge branch 'update/mypy' of https://github.com/GazzolaLab/PyElastica
Browse files Browse the repository at this point in the history
…into update/mypy
  • Loading branch information
skim0119 committed Jun 27, 2024
2 parents a8d9a6f + e04358a commit 92d8b91
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 92d8b91

Please sign in to comment.