Skip to content

Commit

Permalink
snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
br80 authored Dec 11, 2019
1 parent 493bb8b commit ed67003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/social/social.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def add_user(self, name):
self.users[self.last_id] = User(name)
self.friendships[self.last_id] = set()

def populate_graph(self, numUsers, avgFriendships):
def populate_graph(self, num_users, avg_friendships):
"""
Takes a number of users and an average number of friendships
as arguments
Expand Down

0 comments on commit ed67003

Please sign in to comment.