Skip to content

Commit 9a52f05

Browse files
fix: updated protein init docstring to reflect default argument changes
1 parent 7ca3708 commit 9a52f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ursina_proteins/protein.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ def __init__(
111111
helices_thickness: Thickness of helix meshes (default: 4).
112112
coils_thickness: Thickness of coil meshes (default: 1).
113113
chains_smoothness: Smoothness factor for chain rendering (default: 3).
114-
chain_id_color_map: Color mapping for chains (default: empty dict).
115-
atom_element_color_map: Color mapping for atoms (default: empty dict).
114+
chain_id_color_map: Color mapping for chains (default: None).
115+
atom_element_color_map: Color mapping for atoms (default: None).
116116
*args: Arguments passed to constructor for each entity.
117117
**kwargs: Keyword arguments passed to constructor for each entity.
118118
"""

0 commit comments

Comments
 (0)