Skip to content

Commit

Permalink
fix: docs indent (#2440)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Mar 1, 2021
1 parent 8f5e895 commit d619457
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/pycharm_plugin.md
Expand Up @@ -7,13 +7,13 @@ You can install the plugin for free from the plugin marketplace
The plugin currently supports the following features:

* For `pydantic.BaseModel.__init__`:
* Inspection
* Autocompletion
* Type-checking
* Inspection
* Autocompletion
* Type-checking

* For fields of `pydantic.BaseModel`:
* Refactor-renaming fields updates `__init__` calls, and affects sub- and super-classes
* Refactor-renaming `__init__` keyword arguments updates field names, and affects sub- and super-classes
* Refactor-renaming fields updates `__init__` calls, and affects sub- and super-classes
* Refactor-renaming `__init__` keyword arguments updates field names, and affects sub- and super-classes

More information can be found on the
[official plugin page](https://plugins.jetbrains.com/plugin/12861-pydantic)
Expand Down

0 comments on commit d619457

Please sign in to comment.