Skip to content

Commit

Permalink
Add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Jul 10, 2021
1 parent cda2ed1 commit 7dbc911
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/api/manager.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<h1>Manager API</h1>

Object-relational mapping (ORM) methods are available on all model classes via the `objects` proxy. The following sections assume an empty filesystem and the following sample datafile definition:
Object-relational mapping (ORM) methods are available on all model classes via the `objects` proxy.

The following examples assume an empty filesystem and the following datafile definition:

```python
from datafiles import datafile
Expand Down

0 comments on commit 7dbc911

Please sign in to comment.