summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networkx/algorithms/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/algorithms/core.py b/networkx/algorithms/core.py
index 8d55fe8b..10e4e004 100644
--- a/networkx/algorithms/core.py
+++ b/networkx/algorithms/core.py
@@ -2,7 +2,7 @@
Find and manipulate the k-cores of a graph
"""
-__author__ = """Dan Schult(dschult@colgate.edu)"""
+__author__ = """Dan Schult(dschult@colgate.edu)\nJason Grout(jason-sage@creativetrax.com)"""
# Copyright (C) 2004-2008 by
# Aric Hagberg <hagberg@lanl.gov>
# Dan Schult <dschult@colgate.edu>