mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
* Fix bug in repository create new file example (#1211) the previous code would throw an 'error path cannot start with a slash' . Now fixed it by removing a slash in the example. Fixes: #1210