Skip to content

Commit 075d73e

Browse files
committed
Fix documentation
1 parent 25ceb87 commit 075d73e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ if you want more complex designs.
313313
import pygfunction as gt
314314

315315
# set a rectangular borefield
316-
borefield_gt = gt.boreholes.rectangle_field(10, 12, 6, 6, 110, 1, 0.075)
316+
borefield_gt = gt.borefield.Borefield.rectangle_field(10, 12, 6, 6, 110, 1, 0.075)
317317
borefield.set_borefield(borefield_gt)
318318
```
319319

docs/sources/code/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ if you want more complex designs.
233233
import pygfunction as gt
234234

235235
# set a rectangular borefield
236-
borefield_gt = gt.boreholes.rectangle_field(10, 12, 6, 6, 110, 1, 0.075)
236+
borefield_gt = gt.borefield.Borefield.rectangle_field(10, 12, 6, 6, 110, 1, 0.075)
237237
borefield.set_borefield(borefield_gt)
238238
```
239239

0 commit comments

Comments
 (0)