Skip to content

Commit 21cdc55

Browse files
committed
chore: dummy
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent 53f016f commit 21cdc55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sdk_developers/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ if __name__ == "__main__":
191191

192192
query_hbar_balance function takes account as an argument, which is of custom type AccountId, then the function returns type None. It returns None because there is no return statement in the function, and it instead prints.
193193

194-
### Example 2
194+
### Example 2
195195
```python
196196
from dataclasses import dataclass
197197
from hiero_sdk import AccountId

0 commit comments

Comments
 (0)