Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 5be3202

Browse files
authored
Equality comment moved to a separate line
1 parent 20b5854 commit 5be3202

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ transforming_sculpture = Sculpture(
6060
getattr |by| "id_of_others",
6161
setting_of_attr("id_of_others", value_transformer=tuple)
6262
),
63-
synonym_for_id_of_others=changing_attribute_map_for("id_of_others", tuple) # Shortcut for recording above
63+
# Shortcut for recording above
64+
synonym_for_id_of_others=changing_attribute_map_for("id_of_others", tuple)
6465
)
6566

6667
transforming_sculpture.synonym_for_id_of_others = range(1, 5)
@@ -98,4 +99,4 @@ print(standard_tool_sculpture.creation_time.time(), "- at getting")
9899
```
99100
16:10:16.045444 - at initialization
100101
16:10:16.045444 - at getting
101-
```
102+
```

0 commit comments

Comments
 (0)