Skip to content

Commit ff855f9

Browse files
Update docs/basics/extract.mdx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent e6a7156 commit ff855f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/extract.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const apartments = await page.extract({
206206
```
207207

208208
```python Python
209-
from pydantic import BaseModel
209+
from pydantic import BaseModel, Field
210210

211211
class Apartment(BaseModel):
212212
address: str = Field(..., description="the address of the apartment")

0 commit comments

Comments
 (0)