Skip to content

Commit

Permalink
fix: typos in docs and snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
phthallo committed May 6, 2024
1 parent 0708eec commit a95aa9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ char_info.favs
```
Outputs a **list** of all accounts that have the **character favourited**.

---

### Forum

```python
Expand Down
2 changes: 1 addition & 1 deletion snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ print(usercomparison(user1_favs, user2_chars))
```
This snippet can be used to produce a list of a user's characters that have been favourited by another user, and will produce a link to where the character can be found in their favourites (relevant if the user sorts their favourited characters in different folders).

You may wish to use this to see whether another user has taken interest in your own characters. In that case, substitute `<user1>` for their username and `user2` for your own username.
You may wish to use this to see whether another user has taken interest in your own characters. In that case, substitute `<user1>` for their username and `<user2>` for your own username.

0 comments on commit a95aa9c

Please sign in to comment.