Skip to content

Commit dbd975b

Browse files
fix notes for features api docs (#1099)
1 parent 2177989 commit dbd975b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/python/sdk-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ You can pass collection items/features directly to other SDK methods. Any method
301301
a Features API Feature.
302302

303303
!!!note
304-
When passing a Features API Feature to other methods, the [feature ref](https://developers.planet.com/docs/apis/features/feature-references/) will be used. This means any searches or subscriptions you create will be linked to your feature.
304+
When passing a Features API Feature to other methods, the [feature ref](https://developers.planet.com/docs/apis/features/feature-references/) will be used. This means any searches or subscriptions you create will be linked to your feature.
305305

306306
```python
307307
# collection_id: the ID of a collection in Features API
@@ -312,7 +312,7 @@ results = pl.data.search(["PSScene"], geometry=example_feature)
312312
```
313313

314314
!!!note
315-
Reserving quota for features is currently not supported in the SDK. However, you may create features within the SDK and then use [Features Manager](https://planet.com/features) to reserve quota.
315+
Reserving quota for features is currently not supported in the SDK. However, you may create features within the SDK and then use [Features Manager](https://planet.com/features) to reserve quota.
316316

317317
## API Exceptions
318318

0 commit comments

Comments
 (0)