Skip to content

Commit 985dbaf

Browse files
wojdyrrasbt
authored andcommitted
fix typo in a tutorial (#52)
1 parent 93963a5 commit 985dbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/tutorials/Working_with_PDB_Structures_in_DataFrames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ ppdb.df.keys()
218218
[File link: [3eiy.pdb](https://raw.githubusercontent.com/rasbt/biopandas/master/docs/sources/tutorials/data/3eiy.pdb)]
219219

220220
- 'ATOM': contains the entries from the ATOM coordinate section
221-
- 'ATOM': ... entries from the "HETATM" coordinate section
221+
- 'HETATM': ... entries from the "HETATM" coordinate section
222222
- 'ANISOU': ... entries from the "ANISOU" coordinate section
223223
- 'OTHERS': Everything else that is *not* a 'ATOM', 'HETATM', or 'ANISOU' entry
224224

0 commit comments

Comments
 (0)