Skip to content

Commit 47f33e3

Browse files
Merge pull request #114 from openforcefield/pdb_data_docstrings
Add docstrings to `_pdb_data.py`
2 parents a5601f5 + ea2c96c commit 47f33e3

File tree

2 files changed

+302
-7
lines changed

2 files changed

+302
-7
lines changed

openff/pablo/_pdb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ def topology_from_pdb(
159159
The occupancy for the atom.
160160
``"alt_loc"``
161161
The alternate location code for the atom.
162-
162+
``"pdb_line_no"``
163+
The line number in the PDB file that contained this atom record.
163164
"""
164165
if hasattr(file, "readlines"):
165166
data = PdbData.from_file_object(file) # type: ignore

0 commit comments

Comments
 (0)