Skip to content

Commit 127c89f

Browse files
authored
Update Working_with_PDB_Structures_in_DataFrames.md
' ATOM' should be HETATM for the " ... entries from the "HETATM" coordinate section" explanation
1 parent a93b3f5 commit 127c89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/Working_with_PDB_Structures_in_DataFrames.md

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

840840
- 'ATOM': contains the entries from the ATOM coordinate section
841-
- 'ATOM': ... entries from the "HETATM" coordinate section
841+
- 'HETATM': ... entries from the "HETATM" coordinate section
842842
- 'ANISOU': ... entries from the "ANISOU" coordinate section
843843
- 'OTHERS': Everything else that is *not* a 'ATOM', 'HETATM', or 'ANISOU' entry
844844

0 commit comments

Comments
 (0)