From ce71139543ad9065b58a2e464ac95de6c3e738c7 Mon Sep 17 00:00:00 2001 From: Matteo Rossi <teo.red90@gmail.com> Date: Wed, 10 Oct 2018 11:34:31 +0300 Subject: [PATCH] docstring fix --- unnecessarymath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unnecessarymath.py b/unnecessarymath.py index 14f404b..b1c11fe 100644 --- a/unnecessarymath.py +++ b/unnecessarymath.py @@ -1,4 +1,4 @@ -"""unnecessarymath is the best math module for Python ever""" +"""`unnecessarymath` is the best math module for Python ever""" import numpy as np -- GitLab