Skip to content

Commit 2ecc9b4

Browse files
committed
indent code block
1 parent 3b5640d commit 2ecc9b4

File tree

1 file changed

+8
-8
lines changed
  • docs/user_guides/fs/feature_group

1 file changed

+8
-8
lines changed

docs/user_guides/fs/feature_group/ttl.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,17 @@ When re-enabling TTL, you have two options:
107107

108108
1. **Re-enable with the previous TTL value**: If you don't specify a TTL value, the feature group will use the last TTL value that was set.
109109

110-
```python
111-
# Re-enable TTL using the previous TTL value
112-
fg.enable_ttl()
113-
```
110+
```python
111+
# Re-enable TTL using the previous TTL value
112+
fg.enable_ttl()
113+
```
114114

115115
2. **Re-enable with a new TTL value**: Specify a new TTL value when re-enabling.
116116

117-
```python
118-
# Re-enable TTL with a new value (90 seconds)
119-
fg.enable_ttl(ttl=90)
120-
```
117+
```python
118+
# Re-enable TTL with a new value (90 seconds)
119+
fg.enable_ttl(ttl=90)
120+
```
121121

122122
**Important**: If TTL was never set on the feature group before, you must provide a TTL value when enabling it.
123123
Otherwise, TTL cannot be enabled.

0 commit comments

Comments
 (0)