Skip to content

Commit 241b98c

Browse files
committed
Update
1 parent 3cca4f8 commit 241b98c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ conda install glog
257257
python scripts/build_locally.py --oneapi --glog
258258
```
259259

260-
1. Use the `dpctl._diagnostics.syclinterface_diagnostics(verbosity="warning", log_dir=None)` context manager to switch library diagnostics on for a block of a Python code.
260+
3. Use the `dpctl._diagnostics.syclinterface_diagnostics(verbosity="warning", log_dir=None)` context manager to switch library diagnostics on for a block of a Python code.
261261
Use `DPCTLService_InitLogger` and `DPCTLService_ShutdownLogger` library C functions during library development to initialize Google's logging library and de-initialize accordingly:
262262
263263
```python

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ guide](https://www.intel.com/content/www/us/en/developer/articles/guide/installa
6363

6464
## Conda
6565

66-
To install `dpctl` from the Intel(R) channel on Annaconda
66+
To install `dpctl` from the Intel(R) channel on Anaconda
6767
cloud, use the following command:
6868

6969
```bash

0 commit comments

Comments
 (0)