Skip to content

Commit

Permalink
Merge pull request #35 from kamurani/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Ruibin-Liu authored Nov 25, 2024
2 parents 6b27bc8 + 434b13a commit 3ad57b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can also put a Uniprot ID in the `pdb_id` keyword to get the AlphaFold2 file

By default, the fetched content will be saved to a file named `<pdb_id>.cif` under the directory given by `pdbx_file_dir` (which by default is your current working directory). You can choose not to save the file by setting `save_pdbx_file=False` in the `read_pdbx` function calling.

#### 1.3. You can read them simutanously:
#### 1.3. You can read them simultaneously:

```python
from moldf import read_pdbx
Expand Down

0 comments on commit 3ad57b5

Please sign in to comment.