diff options
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index e1d015a..09b0eae 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -369,7 +369,7 @@ class Mastodon: | |||
369 | 369 | ||
370 | `lang` can be used to change the locale Mastodon will use to generate responses. Valid parameters are all ISO 639-1 (two letter) | 370 | `lang` can be used to change the locale Mastodon will use to generate responses. Valid parameters are all ISO 639-1 (two letter) |
371 | or for a language that has none, 639-3 (three letter) language codes. This affects some error messages (those related to validation) and | 371 | or for a language that has none, 639-3 (three letter) language codes. This affects some error messages (those related to validation) and |
372 | trends. You can change the language using `set_language()`_. | 372 | trends. You can change the language using :ref:`set_language()`_. |
373 | 373 | ||
374 | If no other `User-Agent` is specified, "mastodonpy" will be used. | 374 | If no other `User-Agent` is specified, "mastodonpy" will be used. |
375 | """ | 375 | """ |