Skip to content

Commit

Permalink
typo fix for "paseed"
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffschaller authored Apr 18, 2024
1 parent 2a8d78a commit 4db2184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bodyfetcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def add_to_queue(self, hostname, question_id, should_check_site=False, source=No
self.queue[hostname] = {}

# Something about how the queue is being filled is storing Post IDs in a list.
# So, if we get here we need to make sure that the correct types are paseed.
# So, if we get here we need to make sure that the correct types are passed.
#
# If the item in self.queue[hostname] is a dict, do nothing.
# If the item in self.queue[hostname] is not a dict but is a list or a tuple, then convert to dict and
Expand Down

0 comments on commit 4db2184

Please sign in to comment.