Skip to content

Commit

Permalink
Merge pull request #17 from seapagan/fix-docs-bug
Browse files Browse the repository at this point in the history
fix error on docs front page example code
  • Loading branch information
seapagan authored Oct 12, 2023
2 parents 0bdfa2b + fdd6242 commit e41564b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ A Python library to save your settings in a TOML file.
A quick example:

```python
from simple_toml_settings import Settings
from simple_toml_settings import TOMLSettings

class MySettings(Settings):
class MySettings(TOMLSettings):
"""My settings class."""

# Define the settings you want to save
Expand Down

0 comments on commit e41564b

Please sign in to comment.