Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit fdfb099

Browse files
authored
Merge pull request #217 from andreped/telemetry-typo-fix
Changed "false" to "False" in telemetry
2 parents 2076155 + 87f78d1 commit fdfb099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you prefer to opt out of telemetry, you can do this in two ways.
1717

1818
###### In Client Code
1919

20-
Set `anonymized_telemetry` to `false` in your client's settings:
20+
Set `anonymized_telemetry` to `False` in your client's settings:
2121

2222
```python
2323
from chromadb.config import Settings

0 commit comments

Comments
 (0)