Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 56bdb58

Browse files
committed
Fix Typos
1 parent 15546c3 commit 56bdb58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cod_api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class __GameDataCommons(_Common):
289289
=======
290290
Sync
291291
----
292-
fullData(platform:platforms, gamertagLstr)
292+
fullData(platform:platforms, gamertag:str)
293293
returns player's game data of type dict
294294
295295
combatHistory(platform:platforms, gamertag:str)
@@ -315,7 +315,7 @@ class __GameDataCommons(_Common):
315315
316316
Async
317317
----
318-
fullDataAsync(platform:platforms, gamertagLstr)
318+
fullDataAsync(platform:platforms, gamertag:str)
319319
returns player's game data of type dict
320320
321321
combatHistoryAsync(platform:platforms, gamertag:str)

0 commit comments

Comments
 (0)