Skip to content

Commit bda376e

Browse files
authored
Swap cells 18 and 19 in IO tutorial (#263)
1 parent 5344162 commit bda376e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/tutorial_io.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,11 @@ Now, we can convert the list of :class:`~scirpy.io.AirrCell` objects using :func
354354
<!-- #endraw -->
355355

356356
```python
357-
adata_tcr.obs
357+
adata_tcr = ir.io.from_airr_cells(tcr_cells)
358358
```
359359

360360
```python
361-
adata_tcr = ir.io.from_airr_cells(tcr_cells)
361+
adata_tcr.obs
362362
```
363363

364364
```python

0 commit comments

Comments
 (0)