Skip to content

Commit

Permalink
small doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ji committed Aug 14, 2024
1 parent 18cdc4c commit a9ddf10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ import mdocfile
df = mdocfile.read('my_mdoc_file.mdoc')
```

`mdocfile.read_string()` will read mdoc file data stored in a string
`mdocfile.read_string()` will read mdoc file data stored in a string.

```python

import mdocfile

df = mdocfile.read_string('...mdoc string data...')
```

Expand Down
4 changes: 1 addition & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ import mdocfile
df = mdocfile.read('my_mdoc_file.mdoc')
```

`mdocfile.read_string()` will read mdoc file data stored in a string
`mdocfile.read_string()` will read mdoc file data stored in a string.

```python

import mdocfile

df = mdocfile.read_string('...mdoc string data...')
```

Expand Down

0 comments on commit a9ddf10

Please sign in to comment.