Skip to content

Commit debe63c

Browse files
committed
fix typo
1 parent 6f2eb6c commit debe63c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bcf/bcf/v2/visinfo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def build_viewpoint(element: entity_instance) -> mdl.VisualizationInfo:
209209
"""
210210
Return a BCF viewpoint of an IFC element.
211211
212-
This function is cached to speedudp the creation of multiple BCF topics regarding the same element.
212+
This function is cached to speed up the creation of multiple BCF topics regarding the same element.
213213
214214
Args:
215215
element: The IFC element to point at.
@@ -235,7 +235,7 @@ def build_viewpoint_from_position_and_guids(position: NDArray[np.float64], *guid
235235
"""
236236
Return a BCF viewpoint of an IFC element.
237237
238-
This function is cached to speedudp the creation of multiple BCF topics regarding the same element.
238+
This function is cached to speed up the creation of multiple BCF topics regarding the same element.
239239
240240
Args:
241241
position: target point coordinates.

src/bcf/bcf/v3/visinfo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def build_viewpoint(element: entity_instance) -> mdl.VisualizationInfo:
209209
"""
210210
Return a BCF viewpoint of an IFC element.
211211
212-
This function is cached to speedudp the creation of multiple BCF topics regarding the same element.
212+
This function is cached to speed up the creation of multiple BCF topics regarding the same element.
213213
214214
Args:
215215
element: The IFC element to point at.
@@ -235,7 +235,7 @@ def build_viewpoint_from_position_and_guids(position: NDArray[np.float64], *guid
235235
"""
236236
Return a BCF viewpoint of an IFC element.
237237
238-
This function is cached to speedudp the creation of multiple BCF topics regarding the same element.
238+
This function is cached to speed up the creation of multiple BCF topics regarding the same element.
239239
240240
Args:
241241
position: target point coordinates.

0 commit comments

Comments
 (0)