Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Fixed typo #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion osrc/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def get_neighbors(name, num=5):
Find the K nearest neighbors to a user in "behavior space".

:param name: The GitHub username.
:param num: (optioanl; default: 5) The number of neighbors to find.
:param num: (optional; default: 5) The number of neighbors to find.

"""
# Get the vector for this user.
Expand Down