@@ -356,7 +356,7 @@ def get_rate_limit(self) -> RateLimitOverview:
356356 """
357357 Rate limit overview that provides general status and status for different resources (core/search/graphql).
358358
359- :calls:`GET /rate_limit <https://docs.github.com/en/rest/reference/rate-limit>`_
359+ :calls: `GET /rate_limit <https://docs.github.com/en/rest/reference/rate-limit>`_
360360
361361 """
362362 headers , data = self .__requester .requestJsonAndCheck ("GET" , "/rate_limit" )
@@ -1000,26 +1000,6 @@ def dump(self, obj: GithubObject, file: BinaryIO, protocol: int = 0) -> None:
10001000 information like the Github credentials used in the :class:`Github` instance. But NO EFFORT is made to remove
10011001 sensitive information from the object's attributes.
10021002
1003- :param obj: the object to pickle :param file: the file-like object to pickle to :param protocol: the
1004- `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-stream-format>`_
1005- :param obj: the object to pickle :param file: the file-like object to pickle to :param protocol: the
1006- `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1007- :param obj: the object to pickle :param file: the file-like object to pickle to :param protocol: the
1008- `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1009- stream-format>`_ :param obj: the object to pickle :param file: the file-like object to pickle to :param
1010- protocol: the
1011- `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1012- :param obj: the object to pickle
1013- :param file: the file-like object to pickle to
1014- :param protocol: the `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1015- stream-format>`_
1016- :param obj: the object to pickle
1017- :param file: the file-like object to pickle to
1018- :param protocol: the `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1019- :param obj: the object to pickle
1020- :param file: the file-like object to pickle to
1021- :param protocol: the `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
1022- stream-format>`_
10231003 :param obj: the object to pickle
10241004 :param file: the file-like object to pickle to
10251005 :param protocol: the `pickling protocol <https://python.readthedocs.io/en/latest/library/pickle.html#data-
0 commit comments