Skip to content

Commit 5aab429

Browse files
committed
Space out a comment
1 parent 10c0554 commit 5aab429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/serializers/ob_type.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,8 @@ impl ObTypeLookup {
290290
/// We care about order here since:
291291
/// 1. we pay a price for each `isinstance` call
292292
/// 2. some types are subclasses of others, e.g. `bool` is a subclass of `int`
293-
/// hence we put common types first
293+
/// hence we put common types first
294+
///
294295
/// In addition, some types have inheritance set as a bitflag on the type object:
295296
/// https://github.com/python/cpython/blob/v3.12.0rc1/Include/object.h#L546-L553
296297
/// Hence they come first

0 commit comments

Comments
 (0)