From 3e24a9877df7317a8cb13e69ca99c2eadb5ca1e5 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Pronovici" Date: Wed, 7 Jul 2021 00:27:20 +0000 Subject: [PATCH] Fix formatting --- DEVELOPER.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 99a12d1..5127386 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -355,10 +355,10 @@ in the list above. Unit tests are written using [Pytest](https://docs.pytest.org/en/latest/), and API documentation is written -using [Google Style Python Docstring](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html). However, neither of these is the default in PyCharm. In -the PyCharm settings, go to **Tools > Python Integrated Tools**. Under -**Testing > Default test runner**, select _pytest_. Under **Docstrings > Docstring format**, -select _Google_. +using [Google Style Python Docstring](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html). However, +neither of these is the default in PyCharm. In the PyCharm settings, go to +**Tools > Python Integrated Tools**. Under **Testing > Default test runner**, +select _pytest_. Under **Docstrings > Docstring format**, select _Google_. ### Running Unit Tests