diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-30 18:02:20 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-30 18:02:20 +0200 |
commit | a65cbdd513c735cada5a64affd3840a08ddc3099 (patch) | |
tree | 8f72454bbfb426e6856f15b0fae8d9b0cfef0b97 /mastodon | |
parent | 7635c00d253baf8f48d3a84665178c782b7ef533 (diff) | |
download | mastodon.py-a65cbdd513c735cada5a64affd3840a08ddc3099.tar.gz |
ref test
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 | """ |