From d6194570665cfa7989068035b66dfbbd872c63e1 Mon Sep 17 00:00:00 2001 From: Eric Jolibois Date: Mon, 1 Mar 2021 16:45:06 +0100 Subject: [PATCH] fix: docs indent (#2440) --- docs/pycharm_plugin.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pycharm_plugin.md b/docs/pycharm_plugin.md index 80842e8145..a18a8e9bfa 100644 --- a/docs/pycharm_plugin.md +++ b/docs/pycharm_plugin.md @@ -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)