diff --git a/notebooks/algorithms/centrality/Centrality.ipynb b/notebooks/algorithms/centrality/Centrality.ipynb index e0479212f10..edd08defe62 100644 --- a/notebooks/algorithms/centrality/Centrality.ipynb +++ b/notebooks/algorithms/centrality/Centrality.ipynb @@ -36,7 +36,7 @@ "__Degree Centrality__
\n", "Degree centrality is based on the notion that whoever has the most connections must be important. \n", "\n", - "$C_{degree}(v) = \\frac{{\\text{{degree of vertex }} v}}{{\\text{{total number of vertices}} - 1}}$\n", + "$C_{degree}(v) = \\frac{{\\text{degree of vertex} v}}{{\\text{total number of vertices} - 1}}$\n", "\n", "\n", "__Closeness Centrality__
\n",