univ-of-utah-marriott-library-apple / python-jamf

`python-jamf` is a library for connecting to a Jamf Server. It maps Jamf Pro records to a Record class. It is the basis for the `jctl` tool to automate patch management & packages and many other items.
MIT License
54 stars 16 forks source link

wiki typo #83

Closed Honestpuck closed 3 months ago

Honestpuck commented 3 months ago

At https://github.com/univ-of-utah-marriott-library-apple/python-jamf/wiki/Installing#testing-installation-with-python there is some example code that says import python-jamf - it should be import python_jamf

uurazzle commented 3 months ago

Hi @Honestpuck:

Thanks for the feedback. References to python-jamf have been changed to python_jamf on that page, but we will need to revisit that documentation overall and update it.