diff options
Diffstat (limited to 'mastodon')
-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 895fa36..5ab88ff 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -384,7 +384,7 @@ class Mastodon: | |||
384 | 384 | ||
385 | `lang` can be used to change the locale Mastodon will use to generate responses. Valid parameters are all ISO 639-1 (two letter) | 385 | `lang` can be used to change the locale Mastodon will use to generate responses. Valid parameters are all ISO 639-1 (two letter) |
386 | or for a language that has none, 639-3 (three letter) language codes. This affects some error messages (those related to validation) and | 386 | or for a language that has none, 639-3 (three letter) language codes. This affects some error messages (those related to validation) and |
387 | trends. You can change the language using `set_language()`_. | 387 | trends. You can change the language using :ref:`set_language()`_. |
388 | 388 | ||
389 | If no other `User-Agent` is specified, "mastodonpy" will be used. | 389 | If no other `User-Agent` is specified, "mastodonpy" will be used. |
390 | """ | 390 | """ |