Skip to content

Commit cdce764

Browse files
committed
fixed double client in docs and typo in changelog.rst
1 parent 82a1000 commit cdce764

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/client/logging_in.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Logging In
44
==========
55
A coc.py client instance can be created directly by :class:`Client`. The instance can then be logged in with the methods
66

7-
.. autofunction:: coc.client.Client.login
7+
.. autofunction:: coc.Client.login
88

9-
.. autofunction:: coc.client.Client.login_with_tokens
9+
.. autofunction:: coc.Client.login_with_tokens
1010

1111

1212
Example

docs/miscellaneous/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Bugs Fixed:
5252

5353
- Fixed a bug that tried to use a cache when `max_cache_size` was set to 0
5454

55-
- Corrected order of elixir troups
55+
- Corrected order of elixir troops
5656

5757
- Fixed a bug when clans faced each other multiple times in one raid weekend
5858

0 commit comments

Comments
 (0)