pan-unit42 / dotnetfile

MIT License
97 stars 16 forks source link

Documentation example typo "Get #US stream strings" #6

Closed julupu closed 1 year ago

julupu commented 1 year ago

The example for get_user_stream_strings() (https://pan-unit42.github.io/dotnetfile/api_documentation/general/#get-us-stream-strings) seems to have a typo in the example in line 8 "get_us_stream_strings()" ("us" instead of "user"):

us_stream_strings = dotnet_file.get_us_stream_strings()

Leading to the error:

AttributeError: 'DotNetPE' object has no attribute 'get_us_stream_strings'

It's correct slightly above at the definition.

TheEnergyStory commented 1 year ago

Thanks for your contribution, this has been fixed in version 0.2.4