Skip to content

Commit 4a1ddb9

Browse files
authored
Update README.md
1 parent 502b845 commit 4a1ddb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ respecting_entities = mvd.get_respecting_entities(file, all_data[1])
2222
```python
2323
# Create a new file
2424
new_file = ifcopenshell.file(schema=file.schema)
25-
proj= file.by_type("IfcProject")[0]
25+
proj = file.by_type("IfcProject")[0]
2626
new_file.add(proj)
2727

2828
for e in respecting_entities:

0 commit comments

Comments
 (0)